]> granicus.if.org Git - flex/commitdiff
2.1 beta release
authorVern Paxson <vern@ee.lbl.gov>
Tue, 20 Jun 1989 15:48:09 +0000 (15:48 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Tue, 20 Jun 1989 15:48:09 +0000 (15:48 +0000)
NEWS
README
main.c

diff --git a/NEWS b/NEWS
index 3915e75e22581fa05e9a89ede9a54e78c6bff5a1..e62f1c57ad67cd932078765784ecebd7dd967a45 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between beta-test release of June '88 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 2e015d6133e0296684ec76e0213f637bf6528c9b..c5ff3bc0ab0f4725787f282ba1af3758c10216ce 100644 (file)
--- 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 14ccccfa017daaad8332dbf4fb1d063f25b20952..141f463f16ae4861099f2d36c6befe3fd4fa6b34 100644 (file)
--- 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 */