libsigc++2 r301 - trunk



Author: murrayc
Date: Wed Oct 15 18:07:20 2008
New Revision: 301
URL: http://svn.gnome.org/viewvc/libsigc++2?rev=301&view=rev

Log:
Increased version

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Oct 15 18:07:20 2008
@@ -1,4 +1,14 @@
-2.2.2 (stable)
+2.2.3 (stable):
+
+* Windows:
+  - Added project files (and property sheets) for 
+  MSVC++ 2005 and 2008.
+  (Armin Burgmeier)
+  - Removed unnecessary dependency on afxrefs.h, so it builds 
+  with MSVC++ Express editions. 
+  (Cedric Gustin)
+
+2.2.2 (stable):
 
 * Added an include of functors/slot.h that was mistakenly removed 
   during the 2.1 series.

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Oct 15 18:07:20 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],     [2])
+pushdef([FP_MICRO_VERSION],     [3])
 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]