Bump version
This commit is contained in:
parent
20721a3351
commit
6982957661
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue