summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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