summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-03-26 22:01:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-03-26 22:01:28 -0400
commit6982957661b31d89fae122e6bc50819d55c56290 (patch)
tree9a9967d44f04dd4452d86137c1883678faf5fc4e
parent20721a3351c9c4aca2a74b4f4c8ab2364e76eee9 (diff)
downloadlibnotify-6982957661b31d89fae122e6bc50819d55c56290.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 ae2d2d7..dcc1667 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
AC_INIT([libnotify],
- [0.7.5],
+ [0.7.6],
[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],
[libnotify])
AC_PREREQ([2.63])
@@ -19,7 +19,7 @@ dnl # Version information
dnl ################################################################
LIBNOTIFY_MAJOR_VERSION=0
LIBNOTIFY_MINOR_VERSION=7
-LIBNOTIFY_MICRO_VERSION=5
+LIBNOTIFY_MICRO_VERSION=6
LIBNOTIFY_DEVEL_VERSION=0
AC_SUBST(LIBNOTIFY_MAJOR_VERSION)