diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,9 @@ -2008-01-26 Jorg Schuler <jcsjcs at users.sourceforge.net> +2008-05-01 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * configure.ac: + Bump version to 0.6.1SVN + +2008-04-19 Jorg Schuler <jcsjcs at users.sourceforge.net> * bindings/python/examples/Makefile.am Added fix_empty_artist_field.py provided by Thomas Perl. diff --git a/configure.ac b/configure.ac index 051470d..9eee413 100644 --- a/configure.ac +++ b/configure.ac @@ -11,10 +11,10 @@ AM_CONFIG_HEADER(config.h) # LIBGPOD_MAJOR_VERSION=0 LIBGPOD_MINOR_VERSION=6 -LIBGPOD_MICRO_VERSION=0 +LIBGPOD_MICRO_VERSION=1 # 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 |