commit 7ca49c952729f3579e095cf5e5edac073d2f3a30 Author: phantomjinx <p.g.richard...@phantomjinx.co.uk> Date: Thu Jul 22 14:19:22 2010 +0100
update version number in configure configure.in | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) --- diff --git a/configure.in b/configure.in index fd0949e..2ceed3b 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. # Require autoconf 2.55 or higher AC_PREREQ(2.55) -AC_INIT(configure.in) +AC_INIT(configure.in, 2.0.0) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(src/main.c) @@ -11,9 +11,9 @@ AC_CONFIG_SRCDIR(src/main.c) # LIBGTKPOD_MICRO_VERSION += 1; # LIBGTKPOD_SO_VERSION - see comments # -LIBGTKPOD_MAJOR_VERSION=0 -LIBGTKPOD_MINOR_VERSION=99 -LIBGTKPOD_MICRO_VERSION=17 +LIBGTKPOD_MAJOR_VERSION=2 +LIBGTKPOD_MINOR_VERSION=0 +LIBGTKPOD_MICRO_VERSION=0 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. LIBGTKPOD_EXTRAVERSION=GIT @@ -26,7 +26,7 @@ dnl libtool versioning # changes to the signature and the semantic) # ? :+1 : ? == just internal changes # CURRENT : REVISION : AGE -LIBGTKPOD_SO_VERSION=0:1:0 +LIBGTKPOD_SO_VERSION=1:0:0 AC_SUBST(LIBGTKPOD_SO_VERSION) AC_SUBST(LIBGTKPOD_MAJOR_VERSION) @@ -45,6 +45,7 @@ AM_PROG_CC_STDC IT_PROG_INTLTOOL([0.33]) dnl Only use -Wall if we have gcc + if test "x$GCC" = "xyes"; then if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then CFLAGS="$CFLAGS -Wall" @@ -122,7 +123,7 @@ AM_GLIB_GNU_GETTEXT dnl Check if we have to supply getopt_long dnl If getopt_long_only is not available, getopt.c and getopt1.c -dnl (providing getopt_long*) will be included into the binary. +dnl providing getopt_long* will be included into the binary. AC_CHECK_FUNCS(getopt_long_only, , [AC_LIBOBJ(getopt)]) AC_CHECK_FUNCS(getopt_long_only, , [AC_LIBOBJ(getopt1)]) ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2