bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] version-etc: new year


From: Eric Blake
Subject: [PATCH 1/2] version-etc: new year
Date: Wed, 1 Jan 2014 00:05:41 -0700

* lib/version-etc.c (COPYRIGHT_YEAR): Bump to 2014.

Signed-off-by: Eric Blake <address@hidden>
---

It's that time again :)

 ChangeLog         | 5 +++++
 lib/version-etc.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 36ede18..5264b1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-01  Eric Blake  <address@hidden>
+
+       version-etc: new year
+       * lib/version-etc.c (COPYRIGHT_YEAR): Bump to 2014.
+
 2013-12-24  Eric Blake  <address@hidden>

        passfd: give nicer error for recvfd at eof
diff --git a/lib/version-etc.c b/lib/version-etc.c
index b7d23ab..c61ecda 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.
-- 
1.8.4.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]