summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-06-28 17:23:38 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-28 17:23:38 -0400
commit1fb351b53125f671ebcd137ea23eb63fefa608ca (patch)
treec112859cc092b56e41b4f6da69d0ea67fb052779
parent0e04cf94cbd823118e937ec9fab285a76c2e6e29 (diff)
downloadlibnotify-1fb351b53125f671ebcd137ea23eb63fefa608ca.tar.gz
Post release version bump
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b92ca03..02b74f9 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.5.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],[libnotify])
+AC_INIT([libnotify],[0.5.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=5
-LIBNOTIFY_MICRO_VERSION=0
+LIBNOTIFY_MICRO_VERSION=1
LIBNOTIFY_DEVEL_VERSION=0
LIBNOTIFY_VERSION=$LIBNOTIFY_MAJOR_VERSION.$LIBNOTIFY_MINOR_VERSION.$LIBNOTIFY_MICRO_VERSION