summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cd024f..36a11cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.2.0:
+
2008-01-01 Ryan Hill <dirtyepic@gentoo.>
* tests/test_copy_invalid_slot.cc: Include the cstdlib
diff --git a/NEWS b/NEWS
index 009d522..9220f3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.2.0 (stable)
+
+* Build fixes when using gcc 4.3 pre-releases.
+ (Ryan Hill, Vladimir Marek)
+
2.1.1 (unstable)
WARNING: This is an unstable release and should not yet be
diff --git a/configure.ac b/configure.ac
index 26220fa..4755d5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,8 @@ dnl
#We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
dnl thus make format_package-0.0.1.tar.gz
pushdef([FP_MAJOR_VERSION], [2])
-pushdef([FP_MINOR_VERSION], [1])
-pushdef([FP_MICRO_VERSION], [1])
+pushdef([FP_MINOR_VERSION], [2])
+pushdef([FP_MICRO_VERSION], [0])
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.