summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-11-06 20:04:59 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-11-06 20:04:59 +0000
commit41fef3129b80673cce0cc4cd42983d02c0272873 (patch)
treea12bd7262c4dc9f1610363e6bc9de43e2c96e45a
parent70b8eba363bed3f3bdc3cc9332b6412011590296 (diff)
downloadlibgpod-41fef3129b80673cce0cc4cd42983d02c0272873.tar.gz
libgpod-41fef3129b80673cce0cc4cd42983d02c0272873.tar.xz
libgpod-41fef3129b80673cce0cc4cd42983d02c0272873.zip
* configure.ac: raise version number and soname in preparation for a
0.6.0 release git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1761 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac8
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e07911..d9628e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-11-06 Christophe Fergeau <teuf@gnome.org>
+ * configure.ac: raise version number and soname in preparation for a
+ 0.6.0 release
+
+2007-11-06 Christophe Fergeau <teuf@gnome.org>
+
* configure.ac:
* tools/20-libgpod-sysinfo-extended.fdi:
* tools/Makefile.am:
diff --git a/configure.ac b/configure.ac
index cdcff65..8a97c0a 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=5
-LIBGPOD_MICRO_VERSION=3
+LIBGPOD_MINOR_VERSION=6
+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=
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=2:0:0
+LIBGPOD_SO_VERSION=3:0:0
AC_SUBST(LIBGPOD_SO_VERSION)
AC_SUBST(LIBGPOD_MAJOR_VERSION)