From 5e83f17f0c9566b5dd2a0ad1b41752f2e0c1eb9d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 16 Dec 2008 15:39:30 -0500 Subject: Change configure to reflect branch We are creating a new stream off of the 1.2.4 release. --- configure.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index af166cba..5d625656 100644 --- a/configure.in +++ b/configure.in @@ -3,9 +3,13 @@ AC_PREREQ(2.52) m4_define([dbus_major_version], [1]) m4_define([dbus_minor_version], [2]) -m4_define([dbus_micro_version], [9]) +m4_define([dbus_micro_version], [4]) +# This is a configure hack just for this branch; don't try to touch +# the minor/micro versions as that will just make things needlessly complex, +# no API consumer should care about the differences between 1.2.4 and 1.2.4.Xpermissive. +m4_define([dbus_substream],[.1permissive]) m4_define([dbus_version], - [dbus_major_version.dbus_minor_version.dbus_micro_version]) + [dbus_major_version.dbus_minor_version.dbus_micro_version.dbus_substream]) AC_INIT(dbus, [dbus_version]) AC_CANONICAL_TARGET -- cgit