diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ 2007-06-23 Todd Zullinger <tmzullinger at users.sourceforge.net> * configure.ac: + bump version to 0.5.3SVN for further development + + * configure.ac: bump version for 0.5.2 release 2007-06-23 Jorg Schuler <jcsjcs at users.sourceforge.net> diff --git a/configure.ac b/configure.ac index 356d15d..f981447 100644 --- a/configure.ac +++ b/configure.ac @@ -11,10 +11,10 @@ AM_CONFIG_HEADER(config.h) # LIBGPOD_MAJOR_VERSION=0 LIBGPOD_MINOR_VERSION=5 -LIBGPOD_MICRO_VERSION=2 +LIBGPOD_MICRO_VERSION=3 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. -LIBGPOD_EXTRAVERSION= +LIBGPOD_EXTRAVERSION=SVN LIBGPOD_VERSION=$LIBGPOD_MAJOR_VERSION.$LIBGPOD_MINOR_VERSION.$LIBGPOD_MICRO_VERSION$LIBGPOD_EXTRAVERSION |