Revision: 1761
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1761&view=rev
Author: teuf
Date: 2007-11-06 12:04:59 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
* configure.ac: raise version number and soname in preparation for a
0.6.0 release
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/configure.ac
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2007-11-06 19:44:12 UTC (rev 1760)
+++ libgpod/trunk/ChangeLog 2007-11-06 20:04:59 UTC (rev 1761)
@@ -1,5 +1,10 @@
2007-11-06 Christophe Fergeau <[EMAIL PROTECTED]>
+ * configure.ac: raise version number and soname in preparation for a
+ 0.6.0 release
+
+2007-11-06 Christophe Fergeau <[EMAIL PROTECTED]>
+
* configure.ac:
* tools/20-libgpod-sysinfo-extended.fdi:
* tools/Makefile.am:
Modified: libgpod/trunk/configure.ac
===================================================================
--- libgpod/trunk/configure.ac 2007-11-06 19:44:12 UTC (rev 1760)
+++ libgpod/trunk/configure.ac 2007-11-06 20:04:59 UTC (rev 1761)
@@ -10,11 +10,11 @@
# LIBGPOD_SO_VERSION - see comments
#
LIBGPOD_MAJOR_VERSION=0
-LIBGPOD_MINOR_VERSION=5
-LIBGPOD_MICRO_VERSION=3
+LIBGPOD_MINOR_VERSION=6
+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=SVN
+LIBGPOD_EXTRAVERSION=
LIBGPOD_VERSION=$LIBGPOD_MAJOR_VERSION.$LIBGPOD_MINOR_VERSION.$LIBGPOD_MICRO_VERSION$LIBGPOD_EXTRAVERSION
@@ -24,7 +24,7 @@
# changes to the signature and the semantic)
# ? :+1 : ? == just internal changes
# CURRENT : REVISION : AGE
-LIBGPOD_SO_VERSION=2:0:0
+LIBGPOD_SO_VERSION=3:0:0
AC_SUBST(LIBGPOD_SO_VERSION)
AC_SUBST(LIBGPOD_MAJOR_VERSION)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2