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 2018/07/14 20:43:48 UTC

svn commit: r1835934 - in /subversion/branches/1.9.x: STATUS subversion/include/svn_version.h

Author: julianfoad
Date: Sat Jul 14 20:43:48 2018
New Revision: 1835934

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

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

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1835934&r1=1835933&r2=1835934&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Sat Jul 14 20:43:48 2018
@@ -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.9.9:
+Status of 1.9.10:
 
 Candidate changes:
 ==================

Modified: subversion/branches/1.9.x/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/subversion/include/svn_version.h?rev=1835934&r1=1835933&r2=1835934&view=diff
==============================================================================
--- subversion/branches/1.9.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.9.x/subversion/include/svn_version.h Sat Jul 14 20:43:48 2018
@@ -70,7 +70,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      9
+#define SVN_VER_PATCH      10
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */