summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-12-08 23:31:09 +0000
committerTodd Zullinger <tmz@pobox.com>2008-12-08 23:31:09 +0000
commitc37937206ff55a10588ce807a20d130ee36503a3 (patch)
tree9ff25d82faf3b5f0ef35f888e9c74a9437e0eea9
parent9e18c291fec93b5e93d044ff7d20d04069b685f4 (diff)
downloadlibgpod-c37937206ff55a10588ce807a20d130ee36503a3.tar.gz
libgpod-c37937206ff55a10588ce807a20d130ee36503a3.tar.xz
libgpod-c37937206ff55a10588ce807a20d130ee36503a3.zip
Bump version and soname for 0.7.0rc1
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2161 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac8
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 90d0c55..2214716 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-12-08 Todd Zullinger <tmzullinger at users.sourceforge.net>
+ * configure.ac: Bump version and soname for 0.7.0rc1
+
* po/de.po
po/es.po
po/fr.po
diff --git a/configure.ac b/configure.ac
index e0030ef..c4602c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,11 +10,11 @@ AM_CONFIG_HEADER(config.h)
# LIBGPOD_SO_VERSION - see comments
#
LIBGPOD_MAJOR_VERSION=0
-LIBGPOD_MINOR_VERSION=6
-LIBGPOD_MICRO_VERSION=1
+LIBGPOD_MINOR_VERSION=7
+LIBGPOD_MICRO_VERSION=0
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.
-LIBGPOD_EXTRAVERSION=SVN
+LIBGPOD_EXTRAVERSION=rc1
LIBGPOD_VERSION=$LIBGPOD_MAJOR_VERSION.$LIBGPOD_MINOR_VERSION.$LIBGPOD_MICRO_VERSION$LIBGPOD_EXTRAVERSION
@@ -24,7 +24,7 @@ dnl libtool versioning
# changes to the signature and the semantic)
# ? :+1 : ? == just internal changes
# CURRENT : REVISION : AGE
-LIBGPOD_SO_VERSION=3:0:0
+LIBGPOD_SO_VERSION=4:0:0
AC_SUBST(LIBGPOD_SO_VERSION)
AC_SUBST(LIBGPOD_MAJOR_VERSION)