changeset 17586:fcecfcc66724

version-etc: new year * lib/version-etc.c (COPYRIGHT_YEAR): Bump to 2014. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 01 Jan 2014 00:04:18 -0700
parents bf17232de8ba
children 344018b6e5d7
files ChangeLog lib/version-etc.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.