You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2013/01/04 03:59:03 UTC

svn commit: r1428706 - /subversion/trunk/subversion/libsvn_subr/version.c

Author: hwright
Date: Fri Jan  4 02:59:02 2013
New Revision: 1428706

URL: http://svn.apache.org/viewvc?rev=1428706&view=rev
Log:
Happy New Year.

* subversion/libsvn_subr/version.c
  (svn_version_extended): Bump copyright year.

Modified:
    subversion/trunk/subversion/libsvn_subr/version.c

Modified: subversion/trunk/subversion/libsvn_subr/version.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/version.c?rev=1428706&r1=1428705&r2=1428706&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/version.c (original)
+++ subversion/trunk/subversion/libsvn_subr/version.c Fri Jan  4 02:59:02 2013
@@ -129,7 +129,7 @@ svn_version_extended(svn_boolean_t verbo
   info->build_time = __TIME__;
   info->build_host = SVN_BUILD_HOST;
   info->copyright = apr_pstrdup
-    (pool, _("Copyright (C) 2012 The Apache Software Foundation.\n"
+    (pool, _("Copyright (C) 2013 The Apache Software Foundation.\n"
              "This software consists of contributions made by many people;\n"
              "see the NOTICE file for more information.\n"
              "Subversion is open source software, see "