summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-03-26 22:00:54 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-03-26 22:00:54 -0400
commit20721a3351c9c4aca2a74b4f4c8ab2364e76eee9 (patch)
treeedaea2daea6ff73286fb93a5d8444496be0369ca
parent5e3654b70b936e8d530ced03d4183b6bb681744b (diff)
downloadlibnotify-20721a3351c9c4aca2a74b4f4c8ab2364e76eee9.tar.gz
0.7.50.7.5
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eab1c3b..7d4698c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+New in 0.7.5
+============
+
+- Build fixes (Colin Walters)
+- Documentation improvements (Javier Jardón)
+- Spec clarifications (Matthias Clasen)
+
New in 0.7.4
============
diff --git a/configure.ac b/configure.ac
index dd74b2b..ae2d2d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl # Version information
dnl ################################################################
LIBNOTIFY_MAJOR_VERSION=0
LIBNOTIFY_MINOR_VERSION=7
-LIBNOTIFY_MICRO_VERSION=3
+LIBNOTIFY_MICRO_VERSION=5
LIBNOTIFY_DEVEL_VERSION=0
AC_SUBST(LIBNOTIFY_MAJOR_VERSION)