Bump to version 0.4.3.90.

This commit is contained in:
Christian Hammond 2006-11-05 19:54:20 +00:00
parent 4eaae59a68
commit c037f63ca9
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Sun Nov 05 11:54:10 PST 2006 Christian Hammond <chipx86@chipx86.com>
* configure.ac:
* NEWS:
- Bump to version 0.4.3.90.
Sun Nov 05 11:50:44 PST 2006 Christian Hammond <chipx86@chipx86.com>
* libnotify/notification.c:

4
NEWS
View File

@ -1,3 +1,7 @@
version 0.4.4:
* Fixed a bug where a notification's ID could be reset when a different
notification was closed. Patch by jylefort. (Bug #94)
version 0.4.3 (8-October-2006):
* Fixed the raw image data support to send the correct array type.
Patch by mderezynski. (Bug #68)

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
AC_INIT(libnotify, 0.4.3, chipx86@chipx86.com)
AC_INIT(libnotify, 0.4.3.90, chipx86@chipx86.com)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2004-2006 Christian Hammond])
@ -15,7 +15,7 @@ dnl ################################################################
LIBGALAGO_MAJOR_VERSION=0
LIBGALAGO_MINOR_VERSION=4
LIBGALAGO_MICRO_VERSION=3
LIBGALAGO_DEVEL_VERSION=0
LIBGALAGO_DEVEL_VERSION=90
LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION