summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-20 11:15:34 +0100
committerBruno Haible <bruno@clisp.org>2009-12-20 11:15:34 +0100
commite2adb5825803e2a3b72eae3eadb75e34ffc56a78 (patch)
tree44939caeb22713d3861a1fc8dc558960caca5668
parent995bb8d56e0b6b68ceb91b9bfbf9840aa0500782 (diff)
downloadgperf-e2adb5825803e2a3b72eae3eadb75e34ffc56a78.tar.gz
Bump version.
-rw-r--r--ChangeLog5
-rw-r--r--doc/gperf.texi6
-rw-r--r--src/version.cc2
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d2007c3..2b4fe8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-12-20 Bruno Haible <bruno@clisp.org>
+ * src/version.cc (version_string): Bump to 3.1.
+ * doc/gperf.texi: Bump version.
+
+2009-12-20 Bruno Haible <bruno@clisp.org>
+
Allow processing the tests with parallel make.
* tests/Makefile.in (check-link-c, check-link-c++): Remove rules.
(test.$(OBJEXT), test2.$(OBJEXT)): New rules.
diff --git a/doc/gperf.texi b/doc/gperf.texi
index 0bb42b8..b43ee70 100644
--- a/doc/gperf.texi
+++ b/doc/gperf.texi
@@ -17,9 +17,9 @@
@c some day we should @include version.texi instead of defining
@c these values at hand.
-@set UPDATED 1 February 2009
-@set EDITION 3.0.4
-@set VERSION 3.0.4
+@set UPDATED 20 December 2009
+@set EDITION 3.1
+@set VERSION 3.1
@c ---------------------
@c remove the black boxes generated in the GPL appendix.
diff --git a/src/version.cc b/src/version.cc
index 1e0a633..923fcaf 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -23,4 +23,4 @@
#include "version.h"
/* Current release version. */
-const char *version_string = "3.0.4";
+const char *version_string = "3.1";