summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac6
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c417192..6cf0a75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+NEW in 0.5.2:
+==============
+
+Note that the 0.5.1 release was released from the 0.6 branch in error.
+Sorry about that.
+
+- Fixed #623096, Use correct variable in NULL check
+- Added a macro NOTIFY_CHECK_VERSION
NEW in 0.5.0:
==============
diff --git a/configure.ac b/configure.ac
index ec30197..50bc018 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,9 +47,9 @@ dnl # ? : +1 : ? == internal changes that doesn't break anything.
dnl #
dnl # CURRENT : REVISION : AGE
dnl #
-LT_CURRENT=3
-LT_REVISION=3
-LT_AGE=2
+LT_CURRENT=4
+LT_REVISION=0
+LT_AGE=3
LT_RELEASE=$LIBNOTIFY_MAJOR_VERSION.$LIBNOTIFY_MINOR_VERSION.$LIBNOTIFY_MICRO_VERSION