aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-01-17 10:39:39 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-01-17 10:39:39 +0200
commit2f1ed731851b5883b41e6e5dfadc73c6f47eda7c (patch)
treeb1bedd5e0442f5aabed8730660d48f616f485204 /main.c
parent9a59643cec5f314d513b0e8876e6a5349fc9b8cb (diff)
downloadegawk-2f1ed731851b5883b41e6e5dfadc73c6f47eda7c.tar.gz
egawk-2f1ed731851b5883b41e6e5dfadc73c6f47eda7c.tar.bz2
egawk-2f1ed731851b5883b41e6e5dfadc73c6f47eda7c.zip
Bump version for alpha tarball, copyright in main.
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 437c0cdd..7d4458ba 100644
--- a/main.c
+++ b/main.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2012 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-2013 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 2012
+#define UPDATE_YEAR 2013
#include "awk.h"
#include "getopt.h"