summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-09-12 00:05:41 +0200
committerLennart Poettering <lennart@poettering.net>2009-09-12 00:05:41 +0200
commitb5f6f5af0965592afb0848402852efac27beafd0 (patch)
tree696bdf637c3a608ea3cd1484a94ff93bd18a6d55 /configure.ac
parent464728ac5a7df6973fa5de0346182c5e4f7fc070 (diff)
build-sys: prepare release 0.17
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 58058de..64b1957 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# <http://www.gnu.org/licenses/>.
m4_define([ca_major],[0])
-m4_define([ca_minor],[16])
+m4_define([ca_minor],[17])
m4_define([ca_version],[ca_major.ca_minor])
AC_PREREQ(2.63)
@@ -34,8 +34,8 @@ AM_INIT_AUTOMAKE([foreign 1.10 -Wall])
AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/libcanberra/])
-AC_SUBST(LIBCANBERRA_VERSION_INFO, [2:0:2])
-AC_SUBST(LIBCANBERRA_GTK_VERSION_INFO, [1:1:1])
+AC_SUBST(LIBCANBERRA_VERSION_INFO, [2:1:2])
+AC_SUBST(LIBCANBERRA_GTK_VERSION_INFO, [1:2:1])
AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])