libsigc++2 r293 - trunk



Author: murrayc
Date: Fri Feb 22 11:53:01 2008
New Revision: 293
URL: http://svn.gnome.org/viewvc/libsigc++2?rev=293&view=rev

Log:
Increased version

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Feb 22 11:53:01 2008
@@ -1,3 +1,8 @@
+2.2.0 (stable)
+
+* Build fixes when using gcc 4.3 pre-releases.
+  (Ryan Hill, Vladimir Marek)
+
 2.1.1 (unstable)
 
 WARNING: This is an unstable release and should not yet be 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Feb 22 11:53:01 2008
@@ -6,8 +6,8 @@
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 dnl   thus make format_package-0.0.1.tar.gz 
 pushdef([FP_MAJOR_VERSION],     [2])
-pushdef([FP_MINOR_VERSION],     [1])
-pushdef([FP_MICRO_VERSION],     [1])
+pushdef([FP_MINOR_VERSION],     [2])
+pushdef([FP_MICRO_VERSION],     [0])
 pushdef([FP_EXTRA_VERSION],     [])
 pushdef([FP_VERSION], FP_MAJOR_VERSION.FP_MINOR_VERSION.FP_MICRO_VERSION[]FP_EXTRA_VERSION)
 # package name, version, support contact, tarball name.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]