Started trunk transition to 0.2.3

This commit is contained in:
Mario Danic 2006-09-18 14:29:06 +00:00
parent 1d010c7c98
commit 171fce7fc8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([libburn], [0.2.2], [http://libburn.pykix.org])
AC_INIT([libburn], [0.2.3, [http://libburn.pykix.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
@ -19,7 +19,7 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match
dnl
BURN_MAJOR_VERSION=0
BURN_MINOR_VERSION=2
BURN_MICRO_VERSION=1
BURN_MICRO_VERSION=3
BURN_INTERFACE_AGE=0
BURN_BINARY_AGE=0
BURN_VERSION=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION