aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-02-10 14:43:42 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-02-10 14:43:42 +0200
commitb8123662e8cb41e033771151500d927456953ab2 (patch)
treea9606a5fc016566ea773397c397c9c2e61355c7f /main.c
parent0d561c8510c16521787976f801744d32498102e2 (diff)
downloadegawk-b8123662e8cb41e033771151500d927456953ab2.tar.gz
egawk-b8123662e8cb41e033771151500d927456953ab2.tar.bz2
egawk-b8123662e8cb41e033771151500d927456953ab2.zip
General prep for release. (Copyrights, etc.)
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 e148b2cb..05964a2d 100644
--- a/main.c
+++ b/main.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2011 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-2012 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 2011
+#define UPDATE_YEAR 2012
#include "awk.h"
#include "getopt.h"