release: prepare for 0.7.7
This commit is contained in:
parent
6b03c47e04
commit
c954cabaad
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
|||
New in 0.7.7
|
||||
============
|
||||
|
||||
- Introspection fixes (Evan Nemerson)
|
||||
- Allow to disable tests at build time (Quentin Glidic)
|
||||
|
||||
New in 0.7.6
|
||||
============
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ dnl ################################################################
|
|||
dnl # Initialize autoconf
|
||||
dnl ################################################################
|
||||
AC_INIT([libnotify],
|
||||
[0.7.6],
|
||||
[0.7.7],
|
||||
[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=6
|
||||
LIBNOTIFY_MICRO_VERSION=7
|
||||
LIBNOTIFY_DEVEL_VERSION=0
|
||||
|
||||
AC_SUBST(LIBNOTIFY_MAJOR_VERSION)
|
||||
|
|
Loading…
Reference in New Issue