- Bump the version to 0.4.3.

- Add the release datestamp.
This commit is contained in:
Christian Hammond 2006-10-08 17:23:30 +00:00
parent 4d601b61b1
commit e4acc71f61
3 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,12 @@
========================= 0.4.3 =========================
Sun Oct 08 13:21:20 EDT 2006 Christian Hammond <chipx86@chipx86.com>
* configure.ac:
* NEWS:
- Bump the version to 0.4.3.
- Add the release datestamp.
Sun Sep 03 23:48:29 PDT 2006 Christian Hammond <chipx86@chipx86.com>
* libnotify/notification.c:

2
NEWS
View File

@ -1,4 +1,4 @@
version 0.4.3:
version 0.4.3 (8-October-2006):
* Fixed the raw image data support to send the correct array type.
Patch by mderezynski. (Bug #68)
* Fixed configure.ac to check for the required version of glib (2.6).

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.2.90, chipx86@chipx86.com)
AC_INIT(libnotify, 0.4.3, chipx86@chipx86.com)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2004-2006 Christian Hammond])
@ -14,8 +14,8 @@ dnl # Version information
dnl ################################################################
LIBGALAGO_MAJOR_VERSION=0
LIBGALAGO_MINOR_VERSION=4
LIBGALAGO_MICRO_VERSION=2
LIBGALAGO_DEVEL_VERSION=90
LIBGALAGO_MICRO_VERSION=3
LIBGALAGO_DEVEL_VERSION90
LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION
@ -43,7 +43,7 @@ dnl #
dnl # CURRENT : REVISION : AGE
dnl #
LT_CURRENT=2
LT_REVISION=0
LT_REVISION=1
LT_AGE=1
LT_RELEASE=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION