summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2008-10-15 18:07:20 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-10-15 18:07:20 +0000
commit40a593f55083c86154fae33728b9ca93eb287929 (patch)
treea7f48de733f30ea2dadff17016db9db0dbd65d6a
parent1f0b650834b11793150519cc200bedb5562deb60 (diff)
downloadsigc++-libsigc++-2.2.3.tar.gz
Increased versionlibsigc++-2.2.3
svn path=/trunk/; revision=301
-rw-r--r--ChangeLog2
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9183377..da6c7cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index dbe2201..1a5d99f 100644
--- a/NEWS
+++ b/NEWS
@@ -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.