Bump version to not conflict with the older libnotify packages

This commit is contained in:
John (J5) Palmieri 2005-11-15 18:43:13 +00:00
parent 23a10eccbf
commit 941757b593
2 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,3 @@
Christian Hammond <chipx86@chipx86.com>
Mike Hearn <mike@navi.cx>
John (J5) Palmieri <johnp@redhat.com>

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
AC_INIT(libnotify, 0.0.2, chipx86@gnupdate.org)
AC_INIT(libnotify, 0.3.0, chipx86@gnupdate.org)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2004 Christian Hammond])
@ -13,8 +13,8 @@ dnl ################################################################
dnl # Version information
dnl ################################################################
LIBGALAGO_MAJOR_VERSION=0
LIBGALAGO_MINOR_VERSION=0
LIBGALAGO_MICRO_VERSION=2
LIBGALAGO_MINOR_VERSION=3
LIBGALAGO_MICRO_VERSION=0
LIBGALAGO_DEVEL_VERSION=0
LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION