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/01/08 16:22:01 UTC

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

Author: hwright
Date: Fri Jan  8 15:21:59 2010
New Revision: 897229

URL: http://svn.apache.org/viewvc?rev=897229&view=rev
Log:
Bump version numbers for 1.6.8, as we will not be releasing 1.6.7.

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

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=897229&r1=897228&r2=897229&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Fri Jan  8 15:21:59 2010
@@ -10,7 +10,7 @@
 details on how release lines and voting work, what kinds of bugs can
 delay a release, etc.
 
-Status of 1.6.7:
+Status of 1.6.8:
 ================
 
 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=897229&r1=897228&r2=897229&view=diff
==============================================================================
--- subversion/branches/1.6.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.6.x/subversion/include/svn_version.h Fri Jan  8 15:21:59 2010
@@ -66,7 +66,7 @@
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      7
+#define SVN_VER_PATCH      8
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */