summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-08-17 22:52:37 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-08-17 22:52:37 +0000
commita7a3741867d3aab8a4c6c49dd3b5463652e3cabd (patch)
tree68f88ce92315e7df255421b80deb984e4730ca76
parentce25ac4c476c90e73be12ef017b104f6c13cc1e2 (diff)
downloadsigc++-libsigc++-2.0.16.tar.gz
Increased version. Forgot to commit this a few days ago.libsigc++-2.0.16
-rw-r--r--ChangeLog2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a2534e..cf14146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.0.16:
+
2005-08-01 Neal E. Coombes <nealc@trdlnk.com>
* sigc++/signal_base.h: Updated the documentation for temp_slot_list
diff --git a/NEWS b/NEWS
index 51eca3f..4ad187f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.0.16:
+
+* Fixed build for SUN Forte C++ 5.5
+* Fixed build for MSVC++ 7.1
+* Fixed crash when using --no-inline with g++.
+
2.0.15:
* g++ 3.2 (and Mac OS X g++ 3.3) build fix.
diff --git a/configure.ac b/configure.ac
index 9914c47..6ba9044 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], [15])
+pushdef([FP_MICRO_VERSION], [16])
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.