1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Bump version.

This commit is contained in:
Bruno Haible
2009-12-20 11:15:34 +01:00
parent 995bb8d56e
commit e2adb58258
3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
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.

View File

@@ -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.

View File

@@ -23,4 +23,4 @@
#include "version.h"
/* Current release version. */
const char *version_string = "3.0.4";
const char *version_string = "3.1";