mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Bump version number to 2.7.2.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2000-08-20 Bruno Haible <bruno@linuix.math.u-bordeaux.fr>
|
||||
|
||||
* src/version.cc: Bump version number to 2.7.2.
|
||||
* doc/gperf.texi: Likewise.
|
||||
|
||||
Allow the use of embedded NULs in keys.
|
||||
* lib/hash.h (hashpjw): Add a length argument.
|
||||
* lib/hash.cc (hashpjw): Likewise. Don't stop when encountering a NUL
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
@c some day we should @include version.texi instead of defining
|
||||
@c these values at hand.
|
||||
@set UPDATED 19 August 2000
|
||||
@set EDITION 2.7
|
||||
@set VERSION 2.7
|
||||
@set UPDATED 20 August 2000
|
||||
@set EDITION 2.7.2
|
||||
@set VERSION 2.7.2
|
||||
@c ---------------------
|
||||
|
||||
@c remove the black boxes generated in the GPL appendix.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* Current program version number.
|
||||
|
||||
Copyright (C) 1989-1998 Free Software Foundation, Inc.
|
||||
Copyright (C) 1989-1998, 2000 Free Software Foundation, Inc.
|
||||
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
|
||||
|
||||
This file is part of GNU GPERF.
|
||||
@@ -19,4 +19,4 @@ You should have received a copy of the GNU General Public License
|
||||
along with GNU GPERF; see the file COPYING. If not, write to the Free
|
||||
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
|
||||
|
||||
const char *version_string = "2.7";
|
||||
const char *version_string = "2.7.2";
|
||||
|
||||
Reference in New Issue
Block a user