From 27d06c2d581a6a0b2613cbf36cf837f899608b8f Mon Sep 17 00:00:00 2001 From: tmzullinger Date: Thu, 1 May 2008 23:48:46 +0000 Subject: Bump version to 0.6.1SVN (belatedly :-) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1965 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 7 ++++++- configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 290f403..6bca7f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2008-01-26 Jorg Schuler +2008-05-01 Todd Zullinger + + * configure.ac: + Bump version to 0.6.1SVN + +2008-04-19 Jorg Schuler * 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 -- cgit