You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/03/31 21:07:33 UTC

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

Author: hwright
Date: Wed Mar 31 19:07:33 2010
New Revision: 929664

URL: http://svn.apache.org/viewvc?rev=929664&view=rev
Log:
Post-release version bump.

* STATUS,
  subversion/include/svn_version.h:
    Bump version numbers to 1.6.11.

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=929664&r1=929663&r2=929664&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Wed Mar 31 19:07:33 2010
@@ -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.10:
+Status of 1.6.11:
 ================
 
 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=929664&r1=929663&r2=929664&view=diff
==============================================================================
--- subversion/branches/1.6.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.6.x/subversion/include/svn_version.h Wed Mar 31 19:07:33 2010
@@ -66,7 +66,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      10
+#define SVN_VER_PATCH      11
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */