# HG changeset patch # User Eric Blake # Date 1388559858 25200 # Node ID fcecfcc667245e452954bd0bcc595e09b007620d # Parent bf17232de8ba0b41eb17ce3866982c7c879939c2 version-etc: new year * lib/version-etc.c (COPYRIGHT_YEAR): Bump to 2014. Signed-off-by: Eric Blake diff --git a/ChangeLog b/ChangeLog --- 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 --- 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.