summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-03-21 19:43:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-03-21 19:43:52 -0400
commitae361b0d9601ffd0bc398f01ca50025695a7c7bf (patch)
tree5579c7d0dbc070c5626a9b1986716a3157d703be
parent00203dda4872f49231df3f7928a863640315bd74 (diff)
downloadlibnotify-ae361b0d9601ffd0bc398f01ca50025695a7c7bf.tar.gz
Bump version
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f574a84..73831a9 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.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],[libnotify])
+AC_INIT([libnotify],[0.7.3],[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=2
+LIBNOTIFY_MICRO_VERSION=3
LIBNOTIFY_DEVEL_VERSION=0
AC_SUBST(LIBNOTIFY_MAJOR_VERSION)