mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Bump version.
This commit is contained in:
@@ -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>
|
2009-12-20 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Allow processing the tests with parallel make.
|
Allow processing the tests with parallel make.
|
||||||
|
|||||||
@@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
@c some day we should @include version.texi instead of defining
|
@c some day we should @include version.texi instead of defining
|
||||||
@c these values at hand.
|
@c these values at hand.
|
||||||
@set UPDATED 1 February 2009
|
@set UPDATED 20 December 2009
|
||||||
@set EDITION 3.0.4
|
@set EDITION 3.1
|
||||||
@set VERSION 3.0.4
|
@set VERSION 3.1
|
||||||
@c ---------------------
|
@c ---------------------
|
||||||
|
|
||||||
@c remove the black boxes generated in the GPL appendix.
|
@c remove the black boxes generated in the GPL appendix.
|
||||||
|
|||||||
@@ -23,4 +23,4 @@
|
|||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
/* Current release version. */
|
/* Current release version. */
|
||||||
const char *version_string = "3.0.4";
|
const char *version_string = "3.1";
|
||||||
|
|||||||
Reference in New Issue
Block a user