summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-06-23 07:01:48 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-06-23 07:01:48 +0000
commitdaea3b9963920e62c81e3bcb83e056d6ee70637d (patch)
tree0bce2a0fb90787f0cd5ecfc200a7ea555d355436 /configure.ac
parent7d474ad9328d301e5c2f0c4a33b8b8d8311e07d4 (diff)
downloadlibgpod-daea3b9963920e62c81e3bcb83e056d6ee70637d.tar.gz
libgpod-daea3b9963920e62c81e3bcb83e056d6ee70637d.tar.xz
libgpod-daea3b9963920e62c81e3bcb83e056d6ee70637d.zip
bump version to 0.5.3SVN for further development
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1583 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 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