You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/04/30 19:38:17 UTC

svn commit: r1591409 - in /subversion/branches/1.7.x: STATUS subversion/include/svn_version.h

Author: breser
Date: Wed Apr 30 17:38:17 2014
New Revision: 1591409

URL: http://svn.apache.org/r1591409
Log:
Post-release housekeeping: bump the 1.7.x branch to 1.7.18.

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

Modified: subversion/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1591409&r1=1591408&r2=1591409&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Wed Apr 30 17:38:17 2014
@@ -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.7.17:
+Status of 1.7.18:
 
 Candidate changes:
 ==================

Modified: subversion/branches/1.7.x/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/subversion/include/svn_version.h?rev=1591409&r1=1591408&r2=1591409&view=diff
==============================================================================
--- subversion/branches/1.7.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.7.x/subversion/include/svn_version.h Wed Apr 30 17:38:17 2014
@@ -71,7 +71,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      17
+#define SVN_VER_PATCH      18
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */