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/12/02 22:44:32 UTC

svn commit: r1041597 - in /subversion/branches/1.5.x: STATUS subversion/include/svn_version.h

Author: hwright
Date: Thu Dec  2 21:44:32 2010
New Revision: 1041597

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

* STATUS,
  subversion/include/svn_version.h:
    Bump to 1.5.10.

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

Modified: subversion/branches/1.5.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.5.x/STATUS?rev=1041597&r1=1041596&r2=1041597&view=diff
==============================================================================
--- subversion/branches/1.5.x/STATUS (original)
+++ subversion/branches/1.5.x/STATUS Thu Dec  2 21:44:32 2010
@@ -11,8 +11,8 @@ details on how release lines and voting 
 delay a release, etc.
 
 
-Candidate changes for 1.5.9:
-============================
+Candidate changes for 1.5.10:
+=============================
 
  * r876180
    Resolves issue #3374, "svn cp --parents path URL encoding issues"

Modified: subversion/branches/1.5.x/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.5.x/subversion/include/svn_version.h?rev=1041597&r1=1041596&r2=1041597&view=diff
==============================================================================
--- subversion/branches/1.5.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.5.x/subversion/include/svn_version.h Thu Dec  2 21:44:32 2010
@@ -66,7 +66,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      9
+#define SVN_VER_PATCH      10
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */