Bump version

This commit is contained in:
Matthias Clasen 2012-03-26 22:01:28 -04:00
parent 20721a3351
commit 6982957661
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ dnl ################################################################
dnl # Initialize autoconf dnl # Initialize autoconf
dnl ################################################################ dnl ################################################################
AC_INIT([libnotify], AC_INIT([libnotify],
[0.7.5], [0.7.6],
[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify], [https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],
[libnotify]) [libnotify])
AC_PREREQ([2.63]) AC_PREREQ([2.63])
@ -19,7 +19,7 @@ dnl # Version information
dnl ################################################################ dnl ################################################################
LIBNOTIFY_MAJOR_VERSION=0 LIBNOTIFY_MAJOR_VERSION=0
LIBNOTIFY_MINOR_VERSION=7 LIBNOTIFY_MINOR_VERSION=7
LIBNOTIFY_MICRO_VERSION=5 LIBNOTIFY_MICRO_VERSION=6
LIBNOTIFY_DEVEL_VERSION=0 LIBNOTIFY_DEVEL_VERSION=0
AC_SUBST(LIBNOTIFY_MAJOR_VERSION) AC_SUBST(LIBNOTIFY_MAJOR_VERSION)