summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2008-12-16 15:39:30 -0500
committerColin Walters <walters@verbum.org>2008-12-18 15:18:17 -0500
commit5e83f17f0c9566b5dd2a0ad1b41752f2e0c1eb9d (patch)
tree975444510de88bc7386a9e870e353a076a9e1306
parent41ee7cb94431022c3e06bb3b273505133529568c (diff)
Change configure to reflect branch
We are creating a new stream off of the 1.2.4 release.
-rw-r--r--configure.in8
1 files changed, 6 insertions, 2 deletions
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