summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-11-06 20:04:59 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-11-06 20:04:59 +0000
commitfc5ee9b4f3a3ce906bef47600edc9fb88f505983 (patch)
treea12bd7262c4dc9f1610363e6bc9de43e2c96e45a /configure.ac
parentff2ab777950a4b2bc8ce1719c0a73114a5445ceb (diff)
downloadlibgpod-fc5ee9b4f3a3ce906bef47600edc9fb88f505983.tar.gz
libgpod-fc5ee9b4f3a3ce906bef47600edc9fb88f505983.tar.xz
libgpod-fc5ee9b4f3a3ce906bef47600edc9fb88f505983.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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
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)