Bump to version 0.2.2 and prepare for release.

This commit is contained in:
Christian Hammond 2005-08-10 09:01:29 +00:00
parent 1536cf6201
commit d151e4116a
3 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
Wed Aug 10 01:59:26 PDT 2005 Christian Hammond <chipx86@chipx86.com>
* NEWS:
* configure.ac:
- Bump to version 0.2.2 and prepare for release.
Wed Aug 10 01:13:56 PDT 2005 Christian Hammond <chipx86@chipx86.com>
D tools/test-replace.c:

4
NEWS
View File

@ -1,5 +1,5 @@
version 0.2.2:
* Fixed many run-time issues with PPC and AMD64.
version 0.2.2 (10-August-2005):
* Fixed many run-time issues with PPC and AMD64 (Martin Pitt)
version 0.2.1 (28-July-2005):
* Fixed hint support for D-BUS 0.3x.

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.1.90, chipx86@chipx86.com)
AC_INIT(libnotify, 0.2.2, chipx86@chipx86.com)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2004-2005 Christian Hammond])
@ -14,8 +14,8 @@ dnl # Version information
dnl ################################################################
LIBGALAGO_MAJOR_VERSION=0
LIBGALAGO_MINOR_VERSION=2
LIBGALAGO_MICRO_VERSION=1
LIBGALAGO_DEVEL_VERSION=90
LIBGALAGO_MICRO_VERSION=2
LIBGALAGO_DEVEL_VERSION=0
LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION