diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-10 14:43:42 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-10 14:43:42 +0200 |
commit | b8123662e8cb41e033771151500d927456953ab2 (patch) | |
tree | a9606a5fc016566ea773397c397c9c2e61355c7f /main.c | |
parent | 0d561c8510c16521787976f801744d32498102e2 (diff) | |
download | egawk-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |