summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-06-10 14:53:19 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-06-10 14:53:19 +0000
commitd3dd025f540dca868ef4a3f8104400d02b0d706a (patch)
tree35181ce9c4bae90ec4a5f5454085f81616ad4157
parentc039e33793044555413035c5f330dd5030de9cf4 (diff)
downloadsigc++-d3dd025f540dca868ef4a3f8104400d02b0d706a.tar.gz
Increased versionlibsigc++-2.0.14
-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 cf1a97a..425151e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.0.14:
+
2005-06-10 Murray Cumming <murrayc@murrayc.com>
* sigc++/visit_each.h: Make the
diff --git a/NEWS b/NEWS
index 67404dc..ac581a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.0.14:
+
+* SUN Forte 5.7 build fix for ambiguity when using
+ inner template class. However, you still need the
+ patch in bug #302098 to finish the build.
+
2.0.13:
* signal_emit::emit(): Ensure the correct order of
diff --git a/configure.ac b/configure.ac
index 5e56367..6359f5c 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], [13])
+pushdef([FP_MICRO_VERSION], [14])
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.