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/04/15 19:22:29 UTC

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

Author: hwright
Date: Thu Apr 15 17:22:28 2010
New Revision: 934491

URL: http://svn.apache.org/viewvc?rev=934491&view=rev
Log:
* STATUS,
  subversion/include/svn_version.h:
    Post release version bump.

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=934491&r1=934490&r2=934491&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Thu Apr 15 17:22:28 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.11:
+Status of 1.6.12:
 ================
 
 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=934491&r1=934490&r2=934491&view=diff
==============================================================================
--- subversion/branches/1.6.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.6.x/subversion/include/svn_version.h Thu Apr 15 17:22:28 2010
@@ -66,7 +66,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      11
+#define SVN_VER_PATCH      12
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */