summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo@endlessm.com>2016-10-13 15:43:50 -0700
committerCosimo Cecchi <cosimo@endlessm.com>2016-10-13 15:44:18 -0700
commitc954cabaad9e224c0c6129032d824012d332c11b (patch)
treeb4a146344ab73240c1bf0caf20d27c3b46b55b6e
parent6b03c47e04e556691445590c15d594aaff5a1066 (diff)
downloadlibnotify-0.7.7.tar.gz
release: prepare for 0.7.70.7.7
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 688a980..4dac9df 100644
--- a/NEWS
+++ b/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
============
diff --git a/configure.ac b/configure.ac
index b9764bc..c5062bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)