diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,5 @@ +2.2.3: + 2008-10-08 Armin Burgmeier <armin@arbur.net>
* MSVN_Net2005/libsigc++2.vcproj: Changed output name to match the new
@@ -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. diff --git a/configure.ac b/configure.ac index 8938332..db9b6e9 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl 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. |