summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-10-16 22:13:04 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-10-16 22:13:04 -0400
commit5a41ef5a09b9e63951555fea726e8f15d8205c68 (patch)
tree9bf21f0930b7085decf91094c4e17609c631683c
parentfb53f2b8f6f7bbabdb6395195d6a0c8213bfb66e (diff)
downloadlibnotify-5a41ef5a09b9e63951555fea726e8f15d8205c68.tar.gz
Post release bump
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 31d068e..edd21ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT([libnotify],[0.7.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],[libnotify])
+AC_INIT([libnotify],[0.7.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],[libnotify])
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
@@ -14,7 +14,7 @@ dnl # Version information
dnl ################################################################
LIBNOTIFY_MAJOR_VERSION=0
LIBNOTIFY_MINOR_VERSION=7
-LIBNOTIFY_MICRO_VERSION=0
+LIBNOTIFY_MICRO_VERSION=1
LIBNOTIFY_DEVEL_VERSION=0
AC_SUBST(LIBNOTIFY_MAJOR_VERSION)