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 2013/05/23 03:02:21 UTC

svn commit: r1485522 - in /subversion/branches/1.6.x: STATUS subversion/include/svn_version.h

Author: breser
Date: Thu May 23 01:02:20 2013
New Revision: 1485522

URL: http://svn.apache.org/r1485522
Log:
On the 1.6.x branch bump the version to 1.6.24.

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

Modified: subversion/branches/1.6.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=1485522&r1=1485521&r2=1485522&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Thu May 23 01:02:20 2013
@@ -10,7 +10,7 @@ See "Stabilizing and maintaining release
 details on how release lines and voting work, what kinds of bugs can
 delay a release, etc.
 
-Status of 1.6.22:
+Status of 1.6.24:
 
 Candidate changes:
 ==================

Modified: subversion/branches/1.6.x/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.6.x/subversion/include/svn_version.h?rev=1485522&r1=1485521&r2=1485522&view=diff
==============================================================================
--- subversion/branches/1.6.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.6.x/subversion/include/svn_version.h Thu May 23 01:02:20 2013
@@ -66,7 +66,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      22
+#define SVN_VER_PATCH      24
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */