summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-15 16:03:25 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-15 16:03:25 +0000
commit90742ee94430280582bd271605d6f4eb30206115 (patch)
tree9fe115b6090df64f67e4d9c2da8c122cb163d813
parent0ce9dedf67ac58fba1dc5e4e94458307dacc4e84 (diff)
downloadlibgpod-90742ee94430280582bd271605d6f4eb30206115.tar.gz
libgpod-90742ee94430280582bd271605d6f4eb30206115.tar.xz
libgpod-90742ee94430280582bd271605d6f4eb30206115.zip
* configure.ac: bumped version to 0.4.3-CVS for further development
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1386 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fc03bf1..45fb2e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-01-15 Jorg Schuler <jcsjcs at users.sourceforge.net>
+ * configure.ac: bumped version to 0.4.3-CVS for further development
+
* configure.ac: bumped version to 0.4.2 for release
* po/sv.po: updated Swedish catalog -- thanks to Stefan Asserhall
diff --git a/configure.ac b/configure.ac
index 5b10ccb..2754010 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,10 +11,10 @@ AM_CONFIG_HEADER(config.h)
#
LIBGPOD_MAJOR_VERSION=0
LIBGPOD_MINOR_VERSION=4
-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=CVS
LIBGPOD_VERSION=$LIBGPOD_MAJOR_VERSION.$LIBGPOD_MINOR_VERSION.$LIBGPOD_MICRO_VERSION$LIBGPOD_EXTRAVERSION