You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2019/10/25 09:39:03 UTC

svn commit: r1868916 - in /subversion/branches/1.13.x: STATUS subversion/include/svn_version.h

Author: julianfoad
Date: Fri Oct 25 09:39:03 2019
New Revision: 1868916

URL: http://svn.apache.org/viewvc?rev=1868916&view=rev
Log:
Post-release housekeeping: bump the 1.13.x branch to 1.13.1.

Modified:
    subversion/branches/1.13.x/STATUS
    subversion/branches/1.13.x/subversion/include/svn_version.h

Modified: subversion/branches/1.13.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.13.x/STATUS?rev=1868916&r1=1868915&r2=1868916&view=diff
==============================================================================
--- subversion/branches/1.13.x/STATUS (original)
+++ subversion/branches/1.13.x/STATUS Fri Oct 25 09:39:03 2019
@@ -10,7 +10,7 @@ See http://subversion.apache.org/docs/co
 for details on how release lines and voting work, what kinds of bugs can
 delay a release, etc.
 
-Status of 1.13.0:
+Status of 1.13.1:
 
 Candidate changes:
 ==================

Modified: subversion/branches/1.13.x/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.13.x/subversion/include/svn_version.h?rev=1868916&r1=1868915&r2=1868916&view=diff
==============================================================================
--- subversion/branches/1.13.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.13.x/subversion/include/svn_version.h Fri Oct 25 09:39:03 2019
@@ -70,7 +70,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      0
+#define SVN_VER_PATCH      1
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */