Bump to version 0.2.1.90.

This commit is contained in:
Christian Hammond 2005-08-10 08:15:16 +00:00
parent e6b8d754ae
commit a0273b6c37
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Wed Aug 10 01:12:55 PDT 2005 Christian Hammond <chipx86@chipx86.com>
* NEWS:
* configure.ac:
- Bump to version 0.2.1.90.
Mon Jul 25 22:50:08 PDT 2005 Christian Hammond <chipx86@gnupdate.org>
* NEWS:

3
NEWS
View File

@ -1,3 +1,6 @@
version 0.2.2:
* Fixed many run-time issues with PPC and AMD64.
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, chipx86@chipx86.com)
AC_INIT(libnotify, 0.2.1.90, chipx86@chipx86.com)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2004-2005 Christian Hammond])
@ -15,7 +15,7 @@ dnl ################################################################
LIBGALAGO_MAJOR_VERSION=0
LIBGALAGO_MINOR_VERSION=2
LIBGALAGO_MICRO_VERSION=1
LIBGALAGO_DEVEL_VERSION=0
LIBGALAGO_DEVEL_VERSION=90
LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION