diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-09-21 17:36:11 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-09-21 17:36:11 +0100 |
commit | 80e37faeac62a4694514410ec17c2ab4a75d50e6 (patch) | |
tree | 2636abb15e2544a8856f167d9bf03cfb31f00372 | |
parent | 4bc172fd5f31123ee883c4027e729b38c2777d7d (diff) |
dbus-glib 0.96dbus-glib_0.96
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4ad84b1..6457ee6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.52) -AC_INIT([dbus-glib], [0.95], +AC_INIT([dbus-glib], [0.96], [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus]) AC_CANONICAL_HOST @@ -29,7 +29,7 @@ LT_CURRENT=4 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=0 +LT_REVISION=1 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has |