summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2008-05-01 23:48:46 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2008-05-01 23:48:46 +0000
commitdc62ef110f80af50548b0f7cf686a737f4c7c17b (patch)
tree347ef2c6cf02a4502b120aacf74c3a3ec0c1c0d1
parentd573e5c181ae8bcd9513fe10cbc939a749fb7a5f (diff)
downloadlibgpod-dc62ef110f80af50548b0f7cf686a737f4c7c17b.tar.gz
libgpod-dc62ef110f80af50548b0f7cf686a737f4c7c17b.tar.xz
libgpod-dc62ef110f80af50548b0f7cf686a737f4c7c17b.zip
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
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac4
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 <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