aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-06-10 13:28:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-06-10 13:28:32 +0300
commitb032d9b0e1113a030b94bbfb282c8b0362e76c18 (patch)
tree6234a5dc08e8e9cd19c1d8c09e77fe6ed79c499f /main.c
parentb39162fe4fda54d060db13f95af88f128307bc3a (diff)
parentd58de166cf120948edc030f5a748cc4d8a2ef635 (diff)
downloadegawk-b032d9b0e1113a030b94bbfb282c8b0362e76c18.tar.gz
egawk-b032d9b0e1113a030b94bbfb282c8b0362e76c18.tar.bz2
egawk-b032d9b0e1113a030b94bbfb282c8b0362e76c18.zip
Merge branch 'gawk-4.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 166cf89c..f3620c6f 100644
--- a/main.c
+++ b/main.c
@@ -24,7 +24,7 @@
*/
/* FIX THIS BEFORE EVERY RELEASE: */
-#define UPDATE_YEAR 2015
+#define UPDATE_YEAR 2016
#include "awk.h"
#include "getopt.h"