[exim-cvs] It's 2012, not 1012. Noted by Jay Rouman

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] It's 2012, not 1012. Noted by Jay Rouman
Gitweb: http://git.exim.org/exim.git/commitdiff/ab6dcfbe67abc6ed4a85be60510eb5fff58e170d
Commit:     ab6dcfbe67abc6ed4a85be60510eb5fff58e170d
Parent:     b5329b46a24c902ceeaac503ead0ae871e35cdbf
Author:     Phil Pennock <pdp@???>
AuthorDate: Fri May 25 04:05:17 2012 -0400
Committer:  Phil Pennock <pdp@???>
CommitDate: Fri May 25 04:05:17 2012 -0400


    It's 2012, not 1012. Noted by Jay Rouman
---
 src/src/globals.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/src/globals.c b/src/src/globals.c
index 1c494c1..f29fb3c 100644
--- a/src/src/globals.c
+++ b/src/src/globals.c
@@ -1320,7 +1320,7 @@ BOOL    write_rejectlog        = TRUE;


 uschar *version_copyright      =
  US"Copyright (c) University of Cambridge, 1995 - 2012\n"
-   "(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 1012";
+   "(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2012";
 uschar *version_date           = US"?";
 uschar *version_cnumber        = US"????";
 uschar *version_string         = US"?";