1
0
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:
Bruno Haible
2000-08-20 17:23:37 +00:00
parent 1ad4108b34
commit 070628a886
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
2000-08-20 Bruno Haible <bruno@linuix.math.u-bordeaux.fr> 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. Allow the use of embedded NULs in keys.
* lib/hash.h (hashpjw): Add a length argument. * lib/hash.h (hashpjw): Add a length argument.
* lib/hash.cc (hashpjw): Likewise. Don't stop when encountering a NUL * lib/hash.cc (hashpjw): Likewise. Don't stop when encountering a NUL

View File

@@ -7,9 +7,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 19 August 2000 @set UPDATED 20 August 2000
@set EDITION 2.7 @set EDITION 2.7.2
@set VERSION 2.7 @set VERSION 2.7.2
@c --------------------- @c ---------------------
@c remove the black boxes generated in the GPL appendix. @c remove the black boxes generated in the GPL appendix.

View File

@@ -1,6 +1,6 @@
/* Current program version number. /* 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) written by Douglas C. Schmidt (schmidt@ics.uci.edu)
This file is part of GNU GPERF. 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 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. */ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
const char *version_string = "2.7"; const char *version_string = "2.7.2";