diff options
Diffstat (limited to 'pc')
-rw-r--r-- | pc/Makefile | 2 | ||||
-rw-r--r-- | pc/Makefile.tst | 2 | ||||
-rw-r--r-- | pc/config.h | 6 | ||||
-rw-r--r-- | pc/config.sed | 2 | ||||
-rw-r--r-- | pc/gawkmisc.pc | 3 |
5 files changed, 8 insertions, 7 deletions
diff --git a/pc/Makefile b/pc/Makefile index 57c0dc45..7bf8a7e1 100644 --- a/pc/Makefile +++ b/pc/Makefile @@ -6,7 +6,7 @@ # Tested with GNU make on Windows, OS/2 and DOS. -# Copyright (C) 1989-2014 Free Software Foundation, Inc. +# Copyright (C) 1989-2016 Free Software Foundation, Inc. # This Makefile is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/pc/Makefile.tst b/pc/Makefile.tst index d1d65bd9..404d4b66 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -1,6 +1,6 @@ # Makefile for GNU Awk test suite. # -# Copyright (C) 1988-2015 the Free Software Foundation, Inc. +# Copyright (C) 1988-2016 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/pc/config.h b/pc/config.h index ff289886..ec7bc332 100644 --- a/pc/config.h +++ b/pc/config.h @@ -438,7 +438,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.1.3f" +#define PACKAGE_STRING "GNU Awk 4.1.3g" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -447,7 +447,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.1.3f" +#define PACKAGE_VERSION "4.1.3g" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -512,7 +512,7 @@ /* Version number of package */ -#define VERSION "4.1.3f" +#define VERSION "4.1.3g" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE diff --git a/pc/config.sed b/pc/config.sed index 6d801e77..6c1fb3ab 100644 --- a/pc/config.sed +++ b/pc/config.sed @@ -2,7 +2,7 @@ # Configuration script for pc/config.h # ---------------------------------------------------------------------- -# Copyright (C) 2011 the Free Software Foundation, Inc. +# Copyright (C) 2011, 2016 the Free Software Foundation, Inc. # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/pc/gawkmisc.pc b/pc/gawkmisc.pc index 3f66db44..9939fb48 100644 --- a/pc/gawkmisc.pc +++ b/pc/gawkmisc.pc @@ -3,7 +3,8 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991 - 2003, 2012 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991 - 2003, 2012, 2016 + * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Progamming Language. |