summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-09-06 09:24:23 -0700
committerJim Meyering <meyering@fb.com>2014-09-06 09:26:09 -0700
commitbe11175d493cf735420774b09705a31275325950 (patch)
tree5307ad17de8a0213804b5b45ec48a2f3e54e9b5b /configure.ac
parent643f692bc7b02086e91c2afd12bf9ac8b40b6fe4 (diff)
downloadsed-be11175d493cf735420774b09705a31275325950.tar.gz
maint: correct failing "version" test
* configure.ac (COPYRIGHT_YEAR): Update to 2014, so the "version" test passes once again. * doc/sed.1: Also commit this auto-generated-yet-VC'd file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e3558b2..d838514 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_DEFINE_UNQUOTED(SED_FEATURE_VERSION, "$SED_FEATURE_VERSION",
[Define to the version of GNU sed whose features are supported by this sed.])
AC_SUBST(SED_FEATURE_VERSION)
-COPYRIGHT_YEAR=2013
+COPYRIGHT_YEAR=2014
AC_SUBST(COPYRIGHT_YEAR)
AC_PROG_CC