summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-02-02 15:28:36 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-02-02 15:28:36 +0000
commit14288ea01f2a2aa0ed5b541b494b3c28ef63e8fa (patch)
tree37dd6ea7095d7915d04e6037644e2c433055b97e
parentf473194278e552d40c4eb99153f345e9d047eac7 (diff)
downloadsigc++-libsigc++-2.0.9.tar.gz
Increase versionlibsigc++-2.0.9
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6124fc6..22768cb 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,12 @@ This version of libsigc++ needs GNU g++ 3.2 or higher to compile.
*** ChangeLog summary:
+2.0.9:
+
+* sigc::bind() now works with the AIX and Tru64 compilers.
+ (Murray Cumming)
+* sigc::var() is now documented. (Roger Ferrer Ibáñez)
+
2.0.8:
* Maybe avoid (incorrect) warning with g++ 3.3.5.
diff --git a/configure.ac b/configure.ac
index 78500fa..f7726e8 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], [0])
-pushdef([FP_MICRO_VERSION], [8])
+pushdef([FP_MICRO_VERSION], [9])
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.