aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-03 14:28:16 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-03 14:28:16 +0300
commit88ccf31386d4cede58a21a19d5ba74324b7d428b (patch)
treeb4f6606c7d1a6aa5c131e740c5db8ae820bbf7d9 /main.c
parent6901be47821084eb2de908cb10acf558b1c3a271 (diff)
downloadegawk-88ccf31386d4cede58a21a19d5ba74324b7d428b.tar.gz
egawk-88ccf31386d4cede58a21a19d5ba74324b7d428b.tar.bz2
egawk-88ccf31386d4cede58a21a19d5ba74324b7d428b.zip
Fix update year in main.c.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a93ad8b4..288833ae 100644
--- a/main.c
+++ b/main.c
@@ -25,7 +25,7 @@
*/
/* FIX THIS BEFORE EVERY RELEASE: */
-#define UPDATE_YEAR 2020
+#define UPDATE_YEAR 2021
#include "awk.h"
#include "getopt.h"