aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FIXES3
-rw-r--r--main.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/FIXES b/FIXES
index 8fe301a..56f72d8 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,9 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+February 19, 2020:
+ More small cleanups from Christos Zoulas.
+
February 18, 2020:
Additional cleanups from Christos Zoulas. It's no longer necessary
to use the -y flag to bison.
diff --git a/main.c b/main.c
index 5894dde..cc223f2 100644
--- a/main.c
+++ b/main.c
@@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
****************************************************************/
-const char *version = "version 20200218";
+const char *version = "version 20200219";
#define DEBUG
#include <stdio.h>