version-etc: update the copyright year it reports
authorJim Meyering <meyering@redhat.com>
Sat, 1 Jan 2011 10:08:18 +0000 (11:08 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 1 Jan 2011 10:08:18 +0000 (11:08 +0100)
* lib/version-etc.c (COPYRIGHT_YEAR): Update to 2011.

ChangeLog
lib/version-etc.c

index 2a0f94f..54853b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-01  Jim Meyering  <meyering@redhat.com>
+
+       version-etc: update the copyright year it reports
+       * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2011.
+
 2010-12-31  Bruno Haible  <bruno@clisp.org>
 
        isfinite: Avoid compiler bug of "cc -O" on HP-UX 11.11.
index 19c873d..8bd5d0e 100644 (file)
@@ -38,7 +38,7 @@
 # define PACKAGE PACKAGE_TARNAME
 #endif
 
-enum { COPYRIGHT_YEAR = 2010 };
+enum { COPYRIGHT_YEAR = 2011 };
 
 /* The three functions below display the --version information the
    standard way.