summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2008-02-28 17:05:40 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-02-28 17:05:40 +0000
commit7471975972469f85d3836a1693d7912419a0fcd0 (patch)
tree3d00254a15f38a568d499b698fa7ea8c62897c72
parent5bfbc450779af3bd8f9d0ed7dc5479cd9775ea1e (diff)
downloadsigc++-libsigc++-2.2.1.tar.gz
Increased versionlibsigc++-2.2.1
svn path=/trunk/; revision=295
-rw-r--r--ChangeLog2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d9f66b..fe5ab9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.2.1:
+
2008-02-28 Elaine Xiong <elaine.xiong@sun.com>
* sigc++/macros/signal.h.m4:
diff --git a/NEWS b/NEWS
index 9220f3b..b477624 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.ac b/configure.ac
index 4755d5e..85d7d34 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], [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.