You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/07/03 10:48:56 UTC

svn commit: r1800623 - in /subversion/branches/1.8.x: STATUS subversion/include/svn_version.h

Author: stsp
Date: Mon Jul  3 10:48:56 2017
New Revision: 1800623

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

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

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1800623&r1=1800622&r2=1800623&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon Jul  3 10:48:56 2017
@@ -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.8.18:
+Status of 1.8.19:
 
 Candidate changes:
 ==================

Modified: subversion/branches/1.8.x/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/subversion/include/svn_version.h?rev=1800623&r1=1800622&r2=1800623&view=diff
==============================================================================
--- subversion/branches/1.8.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.8.x/subversion/include/svn_version.h Mon Jul  3 10:48:56 2017
@@ -70,7 +70,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      18
+#define SVN_VER_PATCH      19
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */