diff options
author | Murray Cumming <murrayc@src.gnome.org> | 2008-10-15 18:07:20 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2008-10-15 18:07:20 +0000 |
commit | 40a593f55083c86154fae33728b9ca93eb287929 (patch) | |
tree | a7f48de733f30ea2dadff17016db9db0dbd65d6a | |
parent | 1f0b650834b11793150519cc200bedb5562deb60 (diff) | |
download | sigc++-40a593f55083c86154fae33728b9ca93eb287929.tar.gz |
Increased versionlibsigc++-2.2.3
svn path=/trunk/; revision=301
-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. |