summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-22 10:06:26 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-22 10:06:26 +0000
commit44d0ef61dc89d89beb9e33c08d5d4078a28da97f (patch)
tree947acc90ba14fa800f794177023ab5be36cf4be7 /configure.ac
parent1e8ac7a492586036d00c93a03b2b619445f74226 (diff)
downloadlibgpod-44d0ef61dc89d89beb9e33c08d5d4078a28da97f.tar.gz
libgpod-44d0ef61dc89d89beb9e33c08d5d4078a28da97f.tar.xz
libgpod-44d0ef61dc89d89beb9e33c08d5d4078a28da97f.zip
2005-11-22 Christophe Fergeau <teuf@gnome.org>
* configure.ac: fix .so versioning git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1165 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index f145533..4139f0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,8 @@ AM_CONFIG_HEADER(config.h)
# set LIBGPOD_BINARY_AGE and LIBGPOD_INTERFACE_AGE to 0.
#
LIBGPOD_MAJOR_VERSION=0
-LIBGPOD_MINOR_VERSION=2
-LIBGPOD_MICRO_VERSION=0
+LIBGPOD_MINOR_VERSION=1
+LIBGPOD_MICRO_VERSION=99
LIBGPOD_INTERFACE_AGE=0
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.
@@ -23,9 +23,6 @@ dnl libtool versioning from libgnome
LIBGPOD_CURRENT=`expr 100 '*' $LIBGPOD_MINOR_VERSION + $LIBGPOD_MICRO_VERSION - $LIBGPOD_INTERFACE_AGE`
LIBGPOD_BINARY_AGE=`expr 100 '*' $LIBGPOD_MINOR_VERSION + $LIBGPOD_MICRO_VERSION`
-
-LIBGPOD_BINARY_AGE=0
-
LIBGPOD_REVISION=$LIBGPOD_INTERFACE_AGE
LIBGPOD_AGE=`expr $LIBGPOD_BINARY_AGE - $LIBGPOD_INTERFACE_AGE`
LIBGPOD_VERSION=$LIBGPOD_MAJOR_VERSION.$LIBGPOD_MINOR_VERSION.$LIBGPOD_MICRO_VERSION$LIBGPOD_EXTRAVERSION