diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-06-18 14:10:21 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-06-18 14:10:21 +0000 |
commit | 31c80bb48431356db318b82fbfc012256372d980 (patch) | |
tree | 53fe67472b630b59c0196328c087bf6880ce78ae | |
parent | 0ddc7805f63f1316d292bd8a735adeee95d2f290 (diff) | |
download | libgpod-31c80bb48431356db318b82fbfc012256372d980.tar.gz libgpod-31c80bb48431356db318b82fbfc012256372d980.tar.xz libgpod-31c80bb48431356db318b82fbfc012256372d980.zip |
bump version and soname for 0.5.0 release
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1556 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,8 @@ 2007-06-17 Todd Zullinger <tmzullinger at users.sourceforge.net> + * configure.ac: + bump version and soname for 0.5.0 release + * libgpod-1.0.pc.in: add glib version and gobject-2.0 to 'Requires:' diff --git a/configure.ac b/configure.ac index e854f73..8bdaa97 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=4 -LIBGPOD_MICRO_VERSION=3 +LIBGPOD_MINOR_VERSION=5 +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=CVS +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=1:0:0 +LIBGPOD_SO_VERSION=2:0:0 AC_SUBST(LIBGPOD_SO_VERSION) AC_SUBST(LIBGPOD_VERSION) |