summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1989-06-20 16:36:26 +0000
committerVern Paxson <vern@ee.lbl.gov>1989-06-20 16:36:26 +0000
commit266f28d940f70213a065ec69d48152f3d4b70cd6 (patch)
tree5f84253f3ff335ac37724132c2d8c17819e55c6e
parent15710e053d95d05c3363c9abb1b7018b8c15ae95 (diff)
*** empty log message ***
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--main.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2c332d2..e62f1c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 2.0.1 beta-test release of June '89 and previous release:
+Changes between 2.1 beta-test release of June '89 and previous release:
User-visible:
diff --git a/README b/README
index b21b275..bba617a 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
// $Header$
-This is release 2.0.1 of flex - a beta release.
+This is release 2.1 of flex - a beta release.
The flex distribution consists of the following files:
diff --git a/main.c b/main.c
index 14ccccf..141f463 100644
--- a/main.c
+++ b/main.c
@@ -39,7 +39,7 @@ static char rcsid[] =
#include "flexdef.h"
-static char flex_version[] = "2.0.1 (beta)";
+static char flex_version[] = "2.1 (beta)";
/* these globals are all defined and commented in flexdef.h */