summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ed4ed7f..0e4f687 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.0.7:
+
2005-01-24 Cedric Gustin <cedric.gustin@swing.be>
* sigc++config.h.in : Moved the SIGC_USING_STD macro definition
diff --git a/NEWS b/NEWS
index 5be4960..8fca01c 100644
--- a/NEWS
+++ b/NEWS
@@ -20,8 +20,8 @@ This version of libsigc++ needs GNU g++ 3.2 or higher to compile.
2.0.7:
* Now builds with the following compilers, in addition to
-the existing GNU g++, MSVC++ .Net 2003, and Intel compilers:
-- SUN Forte CC 5.5
+the existing GNU g++, SUN Forte CC 5.5, MSVC++ .Net 2003,
+and Intel compilers:
- IBM AIX xlC v7
- Tru64 C++ V6.5-042
- IRIX MIPSpro 7.4.2m
diff --git a/configure.ac b/configure.ac
index b59ca9f..aa4f7c4 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], [6])
+pushdef([FP_MICRO_VERSION], [7])
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.