summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Kukkonen <jku@o-hand.com>2008-04-25 16:29:36 +0300
committerJussi Kukkonen <jku@o-hand.com>2008-04-25 16:29:36 +0300
commit045d92c7090d0eeb790a1c9266bf0d322901a3e0 (patch)
treec20042f6bc188a8ce1b000a7f0f0a246f4345ebb
parentadba84699666259f0eef36161b6cb686b6a3db0a (diff)
version number bump0.11
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 81a0030..c95b923 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
AC_PREREQ(2.59)
-AC_INIT(geoclue, 0.10, http://geoclue.freedesktop.org)
+AC_INIT(geoclue, 0.11, http://geoclue.freedesktop.org)
AC_CONFIG_SRCDIR(geoclue/gc-iface-geoclue.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 foreign])
-GEOCLUE_VERSION=0.10
+GEOCLUE_VERSION=0.11
AC_PROG_CC
AC_ISC_POSIX