From: Eric Blake Date: Wed, 1 Jan 2014 07:04:18 +0000 (-0700) Subject: version-etc: new year X-Git-Tag: snapshot-start~3 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=a8a1dc286152661e640f0839e3ccd79e0898db6d version-etc: new year * lib/version-etc.c (COPYRIGHT_YEAR): Bump to 2014. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 36ede1819..5264b1a72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-01 Eric Blake + + version-etc: new year + * lib/version-etc.c (COPYRIGHT_YEAR): Bump to 2014. + 2013-12-24 Eric Blake passfd: give nicer error for recvfd at eof diff --git a/lib/version-etc.c b/lib/version-etc.c index b7d23ab59..c61ecdac6 100644 --- a/lib/version-etc.c +++ b/lib/version-etc.c @@ -38,7 +38,7 @@ # define PACKAGE PACKAGE_TARNAME #endif -enum { COPYRIGHT_YEAR = 2013 }; +enum { COPYRIGHT_YEAR = 2014 }; /* The three functions below display the --version information the standard way.