From 26c1ee87854b28a3048a6604c33f22e32ca9c10b Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Tue, 20 Jun 1989 15:48:09 +0000 Subject: [PATCH] 2.1 beta release --- NEWS | 2 +- README | 2 +- main.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 3915e75..e62f1c5 100644 --- 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 2e015d6..c5ff3bc 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 */ -- 2.50.1