summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2005-07-28 18:27:34 +0000
committerChristian Hammond <chipx86@chipx86.com>2005-07-28 18:27:34 +0000
commite6b8d754ae84758a1414d2ba9689ad0c2fe8a4e5 (patch)
tree812e05c7a78952fa181e2b39e1f1515e6157fdbc
parentc0b423d9ecb9205f1e44a9713a7c15df5ab501e6 (diff)
downloadlibnotify-e6b8d754ae84758a1414d2ba9689ad0c2fe8a4e5.tar.gz
Bump to version 0.2.1.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index defe402..5ca0380 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 25 22:50:08 PDT 2005 Christian Hammond <chipx86@gnupdate.org>
+
+ * NEWS:
+ * configure.ac:
+ - Bump to version 0.2.1.
+
Mon Jul 25 22:47:02 PDT 2005 Christian Hammond <chipx86@gnupdate.org>
* libnotify/notify.c:
diff --git a/NEWS b/NEWS
index 2133d11..02865cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,5 @@
+version 0.2.1 (28-July-2005):
+ * Fixed hint support for D-BUS 0.3x.
+
version 0.2.0 (28-July-2005):
* Initial public release.
diff --git a/configure.ac b/configure.ac
index 729349a..ba413f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(libnotify, 0.2.0, chipx86@chipx86.com)
+AC_INIT(libnotify, 0.2.1, chipx86@chipx86.com)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2004-2005 Christian Hammond])
@@ -14,7 +14,7 @@ dnl # Version information
dnl ################################################################
LIBGALAGO_MAJOR_VERSION=0
LIBGALAGO_MINOR_VERSION=2
-LIBGALAGO_MICRO_VERSION=0
+LIBGALAGO_MICRO_VERSION=1
LIBGALAGO_DEVEL_VERSION=0
LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION