aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-02-06 16:48:52 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-02-06 16:48:52 +0200
commit294d1ffbc998de4c13518cc899c019998f51bd23 (patch)
tree05480c91ae7c3cf93dd4b214a7312ef279bfff1b /main.c
parent6d43d408d693fdb5770bb4dbffa51d4b26487d4b (diff)
parent71b7aa032ee4b1679b3475edd0c3442cb85f4a3a (diff)
downloadegawk-294d1ffbc998de4c13518cc899c019998f51bd23.tar.gz
egawk-294d1ffbc998de4c13518cc899c019998f51bd23.tar.bz2
egawk-294d1ffbc998de4c13518cc899c019998f51bd23.zip
Merge branch 'master' into wasted-byte
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index f2bea917..833aa162 100644
--- a/main.c
+++ b/main.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2014 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-2015 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
@@ -24,7 +24,7 @@
*/
/* FIX THIS BEFORE EVERY RELEASE: */
-#define UPDATE_YEAR 2014
+#define UPDATE_YEAR 2015
#include "awk.h"
#include "getopt.h"