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 2a0f94fd974d6c9614e6029e64027b9095650191..54853b8cd8d98777cec12887c6cfe70a4cc53292 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 19c873d01605f2d0b651059c69d04830dd34436d..8bd5d0efdfa2a38919a7ded0aca2a815c508b55d 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.