]> Savannah Git Hosting - gnulib.git/commitdiff
version-etc: new year
authorEric Blake <eblake@redhat.com>
Wed, 1 Jan 2014 07:04:18 +0000 (00:04 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 1 Jan 2014 07:04:18 +0000 (00:04 -0700)
* lib/version-etc.c (COPYRIGHT_YEAR): Bump to 2014.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/version-etc.c

index 36ede18198e75a135233b0833e9fd4df55fce097..5264b1a72de6f0c9258e12d54c92ecb25be6b116 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-01  Eric Blake  <eblake@redhat.com>
+
+       version-etc: new year
+       * lib/version-etc.c (COPYRIGHT_YEAR): Bump to 2014.
+
 2013-12-24  Eric Blake  <eblake@redhat.com>
 
        passfd: give nicer error for recvfd at eof
index b7d23ab597598771ec3b576ba580b6f32a13d711..c61ecdac603b0365b093d88342d8648337b1a040 100644 (file)
@@ -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.