From 070628a886dfd18140badf1b17015b40626a535c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 20 Aug 2000 17:23:37 +0000 Subject: [PATCH] Bump version number to 2.7.2. --- ChangeLog | 3 +++ doc/gperf.texi | 6 +++--- src/version.cc | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d83ed1..2f0b147 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-08-20 Bruno Haible + * 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 diff --git a/doc/gperf.texi b/doc/gperf.texi index 93f1f23..f63e4b7 100644 --- a/doc/gperf.texi +++ b/doc/gperf.texi @@ -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. diff --git a/src/version.cc b/src/version.cc index 2e5cf68..8f07c69 100644 --- a/src/version.cc +++ b/src/version.cc @@ -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";