changed version to 0.0.2

This commit is contained in:
John (J5) Palmieri 2005-11-15 15:07:35 +00:00
parent 6017d6af7b
commit 23a10eccbf
1 changed files with 3 additions and 3 deletions

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