From 250ce1c71edd134f2ba5dbaf28aaa20ed5db5718 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 1 May 2008 23:48:46 +0000 Subject: Bump version to 0.6.1SVN (belatedly :-) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1965 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 051470d..9eee413 100644 --- a/configure.ac +++ b/configure.ac @@ -11,10 +11,10 @@ AM_CONFIG_HEADER(config.h) # LIBGPOD_MAJOR_VERSION=0 LIBGPOD_MINOR_VERSION=6 -LIBGPOD_MICRO_VERSION=0 +LIBGPOD_MICRO_VERSION=1 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. -LIBGPOD_EXTRAVERSION= +LIBGPOD_EXTRAVERSION=SVN LIBGPOD_VERSION=$LIBGPOD_MAJOR_VERSION.$LIBGPOD_MINOR_VERSION.$LIBGPOD_MICRO_VERSION$LIBGPOD_EXTRAVERSION -- cgit