summaryrefslogtreecommitdiff
path: root/lib/version-etc.c
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2014-01-01 00:04:18 -0700
committerEric Blake <eblake@redhat.com>2014-01-01 00:04:18 -0700
commita8a1dc286152661e640f0839e3ccd79e0898db6d (patch)
treef0978ae371578d000d9fd7f6e6c54409c38b1d85 /lib/version-etc.c
parent0e5f06aee5d0372aa03def9afbedfdd9196ae9bc (diff)
downloadgnulib-a8a1dc286152661e640f0839e3ccd79e0898db6d.tar.gz
version-etc: new year
* lib/version-etc.c (COPYRIGHT_YEAR): Bump to 2014. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'lib/version-etc.c')
-rw-r--r--lib/version-etc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version-etc.c b/lib/version-etc.c
index b7d23ab597..c61ecdac60 100644
--- 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.