commit ec99105c9a14ddec124f168d91769d451f1cdde8
Author: Christophe Fergeau <t...@gnome.org>
Date:   Wed Sep 29 19:36:52 2010 +0200

    adjust versioning to current autotools pratices

 configure.ac |   22 ++--------------------
 1 files changed, 2 insertions(+), 20 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d686e1b..0f2570f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.65)
-AC_INIT
+AC_INIT([libgpod], [0.7.95])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_MACRO_DIR(m4)
@@ -7,19 +7,6 @@ AC_CONFIG_MACRO_DIR(m4)
 AM_CONFIG_HEADER(config.h)
 
 
-# Making releases:
-#   LIBGPOD_MICRO_VERSION += 1;
-#   LIBGPOD_SO_VERSION - see comments
-#
-LIBGPOD_MAJOR_VERSION=0
-LIBGPOD_MINOR_VERSION=7
-LIBGPOD_MICRO_VERSION=95
-# If you need a modifier for the version number. 
-# Normally empty, but can be used to make "fixup" releases.
-LIBGPOD_EXTRAVERSION=
-
-LIBGPOD_VERSION=$LIBGPOD_MAJOR_VERSION.$LIBGPOD_MINOR_VERSION.$LIBGPOD_MICRO_VERSION$LIBGPOD_EXTRAVERSION
-
 dnl libtool versioning
 # +1 : 0 : +1  == adds new functions to the interface
 # +1 : 0 : 0   == changes or removes functions (changes include both
@@ -27,14 +14,9 @@ dnl libtool versioning
 #  ? :+1 : ?   == just internal changes
 # CURRENT : REVISION : AGE
 LIBGPOD_SO_VERSION=7:0:3
-
 AC_SUBST(LIBGPOD_SO_VERSION)
-AC_SUBST(LIBGPOD_MAJOR_VERSION)
-AC_SUBST(LIBGPOD_MINOR_VERSION)
-AC_SUBST(LIBGPOD_MICRO_VERSION)
-AC_SUBST(LIBGPOD_VERSION)
 
-AM_INIT_AUTOMAKE(libgpod, $LIBGPOD_VERSION)
+AM_INIT_AUTOMAKE
 
 dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work
 AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS")

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to