From ecf834b7510472e9e128f3e57bbbc87b15daa20d Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 18 Jun 2007 14:10:21 +0000 Subject: 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 --- ChangeLog | 3 +++ configure.ac | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ca9e67..77f5b79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-06-17 Todd Zullinger + * 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) -- cgit