aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-03 14:40:01 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-03 14:40:01 +0300
commit96bbb013bdbfc03c3fccb6c5c2a5c8142e061329 (patch)
tree5de577224955b13c52ca469094938419d642fb33 /main.c
parent1f9769a59895bd84ea2b06cec234a087ebf0a939 (diff)
parentf1752b8062123726a02d92eef990bce18ccd60d8 (diff)
downloadegawk-96bbb013bdbfc03c3fccb6c5c2a5c8142e061329.tar.gz
egawk-96bbb013bdbfc03c3fccb6c5c2a5c8142e061329.tar.bz2
egawk-96bbb013bdbfc03c3fccb6c5c2a5c8142e061329.zip
Merge branch 'gawk-5.1-stable'
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 5cd4808e..fae3b3a9 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"