libsigc++2 r295 - trunk



Author: murrayc
Date: Thu Feb 28 17:05:40 2008
New Revision: 295
URL: http://svn.gnome.org/viewvc/libsigc++2?rev=295&view=rev

Log:
Increased version

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Feb 28 17:05:40 2008
@@ -1,9 +1,14 @@
-2.2.0 (stable)
+2.2.1 (stable):
+
+* Really fix the build with Sun CC.
+  (Elaine Xiong. Bug #302098)
+
+2.2.0 (stable):
 
 * Build fixes when using gcc 4.3 pre-releases.
   (Ryan Hill, Vladimir Marek)
 
-2.1.1 (unstable)
+2.1.1 (unstable):
 
 WARNING: This is an unstable release and should not yet be 
 packaged by distributions unless libsigc++ 2.0.x does not 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Feb 28 17:05:40 2008
@@ -7,7 +7,7 @@
 dnl   thus make format_package-0.0.1.tar.gz 
 pushdef([FP_MAJOR_VERSION],     [2])
 pushdef([FP_MINOR_VERSION],     [2])
-pushdef([FP_MICRO_VERSION],     [0])
+pushdef([FP_MICRO_VERSION],     [1])
 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]