summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-07-30 16:42:13 +0000
committerBruno Haible <bruno@clisp.org>2005-07-30 16:42:13 +0000
commitc46ce464cbba4ea758e50dd11c74b2f74429f377 (patch)
tree4485e0554093d8d2321e7317d40383e0c39e4897
parentd6cec72c36b9bd5f2b711b083e20689e66a4a62b (diff)
downloadgperf-c46ce464cbba4ea758e50dd11c74b2f74429f377.tar.gz
Bump version number to 3.0.2.
-rw-r--r--doc/gperf.texi6
-rw-r--r--src/version.cc4
-rw-r--r--tests/c-parse.exp2
-rw-r--r--tests/charsets.exp2
-rw-r--r--tests/chill.exp2
-rw-r--r--tests/cplusplus.exp2
-rw-r--r--tests/gpc.exp2
-rw-r--r--tests/incomplete.exp2
-rw-r--r--tests/java.exp2
-rw-r--r--tests/languages.exp2
-rw-r--r--tests/modula2.exp2
-rw-r--r--tests/objc.exp2
-rw-r--r--tests/permut2.exp2
-rw-r--r--tests/permut3.exp2
-rw-r--r--tests/permutc2.exp2
-rw-r--r--tests/test-4.exp2
16 files changed, 19 insertions, 19 deletions
diff --git a/doc/gperf.texi b/doc/gperf.texi
index 689dac2..8978e15 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 22 August 2004
-@set EDITION 3.0.1
-@set VERSION 3.0.1
+@set UPDATED 30 July 2005
+@set EDITION 3.0.2
+@set VERSION 3.0.2
@c ---------------------
@c remove the black boxes generated in the GPL appendix.
diff --git a/src/version.cc b/src/version.cc
index a12aae6..46051c1 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -1,6 +1,6 @@
/* Current program version number.
- Copyright (C) 1989-1998, 2000, 2002-2003 Free Software Foundation, Inc.
+ Copyright (C) 1989-1998, 2000, 2002-2003, 2005 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>.
@@ -25,4 +25,4 @@
#include "version.h"
/* Current release version. */
-const char *version_string = "3.0.1";
+const char *version_string = "3.0.2";
diff --git a/tests/c-parse.exp b/tests/c-parse.exp
index 2e0c25e..1388af9 100644
--- a/tests/c-parse.exp
+++ b/tests/c-parse.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -L C -F ', 0, 0' -j1 -i 1 -g -o -t -G -N is_reserved_word -k'1,3,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
diff --git a/tests/charsets.exp b/tests/charsets.exp
index 13a3b61..f41a24e 100644
--- a/tests/charsets.exp
+++ b/tests/charsets.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -C -E -G -I -t */
/* Computed positions: -k'1-11,22,$' */
diff --git a/tests/chill.exp b/tests/chill.exp
index 873a6f5..4478e8e 100644
--- a/tests/chill.exp
+++ b/tests/chill.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -L C -F ', 0, 0, 0' -D -E -S1 -j1 -i 1 -g -o -t -k'*' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
diff --git a/tests/cplusplus.exp b/tests/cplusplus.exp
index 14c8ed6..2e35282 100644
--- a/tests/cplusplus.exp
+++ b/tests/cplusplus.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -L C -F ', 0, 0' -j1 -g -o -t -N is_reserved_word -k'1,4,7,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
diff --git a/tests/gpc.exp b/tests/gpc.exp
index 034a48a..1b48421 100644
--- a/tests/gpc.exp
+++ b/tests/gpc.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -g -o -j1 -t -N is_reserved_word */
/* Computed positions: -k'1,$' */
diff --git a/tests/incomplete.exp b/tests/incomplete.exp
index 7a44b31..35be089 100644
--- a/tests/incomplete.exp
+++ b/tests/incomplete.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -t */
/* Computed positions: -k'1,3' */
diff --git a/tests/java.exp b/tests/java.exp
index 48b6d6d..3681abd 100644
--- a/tests/java.exp
+++ b/tests/java.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -L C -F ', 0' -t -j1 -i 1 -g -o -N java_keyword -k'1,3,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
diff --git a/tests/languages.exp b/tests/languages.exp
index 9bcc223..84e6fdf 100644
--- a/tests/languages.exp
+++ b/tests/languages.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -C -E -G -I -t */
/* Computed positions: -k'1-3,5,$' */
diff --git a/tests/modula2.exp b/tests/modula2.exp
index dfdfaad..7133e04 100644
--- a/tests/modula2.exp
+++ b/tests/modula2.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -n -k1-8 -l */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
diff --git a/tests/objc.exp b/tests/objc.exp
index fe2209d..def296b 100644
--- a/tests/objc.exp
+++ b/tests/objc.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -j1 -i 1 -g -o -t -N is_reserved_word -k'1,3,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
diff --git a/tests/permut2.exp b/tests/permut2.exp
index 07ca840..9016cfb 100644
--- a/tests/permut2.exp
+++ b/tests/permut2.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -m5 */
/* Computed positions: -k'1-2' */
diff --git a/tests/permut3.exp b/tests/permut3.exp
index faa3dea..0d8f9f4 100644
--- a/tests/permut3.exp
+++ b/tests/permut3.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -m5 */
/* Computed positions: -k'1-2' */
diff --git a/tests/permutc2.exp b/tests/permutc2.exp
index fced52e..bb0377d 100644
--- a/tests/permutc2.exp
+++ b/tests/permutc2.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -m5 --ignore-case */
/* Computed positions: -k'1-2' */
diff --git a/tests/test-4.exp b/tests/test-4.exp
index 2ec58c5..2c6b291 100644
--- a/tests/test-4.exp
+++ b/tests/test-4.exp
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 3.0.1 */
+/* C code produced by gperf version 3.0.2 */
/* Command-line: ../src/gperf -D -t -k'1,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \