diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-01 19:07:30 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-01 19:07:30 +0100 |
commit | 469df67525a9e5363644ac730ac8ec7580a8ebe0 (patch) | |
tree | 43cae65bada0f1459cb1d93643e444e4ca42a7cf | |
parent | 5a780af947f0141f4e0524aaf62fdd06abe6cd5f (diff) |
Prepare 0.94 releasedbus-glib_0.94
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index ea87045..5d429f8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,8 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.52) -AC_INIT(dbus-glib, 0.93, [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus]) +AC_INIT([dbus-glib], [0.94], + [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus]) AC_CANONICAL_HOST @@ -24,7 +25,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) # ## increment if the interface has additions, changes, removals. -LT_CURRENT=3 +LT_CURRENT=4 ## increment any time the source changes; set to ## 0 if you increment CURRENT @@ -33,7 +34,7 @@ LT_REVISION=0 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has ## precedence over adding, so set to 0 if both happened. -LT_AGE=1 +LT_AGE=2 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) |