Bump to version 0.2.1.

This commit is contained in:
Christian Hammond 2005-07-28 18:27:34 +00:00
parent c0b423d9ec
commit e6b8d754ae
3 changed files with 11 additions and 2 deletions

View File

@ -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:

3
NEWS
View File

@ -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.

View File

@ -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