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 2011/10/20 18:16:36 UTC

svn commit: r1186885 - in /subversion/branches/1.7.x: STATUS subversion/include/svn_version.h

Author: hwright
Date: Thu Oct 20 16:16:35 2011
New Revision: 1186885

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

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

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

Modified: subversion/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1186885&r1=1186884&r2=1186885&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Thu Oct 20 16:16:35 2011
@@ -10,7 +10,7 @@ See http://subversion.apache.org/docs/co
 for details on how release lines and voting work, what kinds of bugs can
 delay a release, etc.
 
-Status of 1.7.1:
+Status of 1.7.2:
 
 Candidate changes:
 ==================

Modified: subversion/branches/1.7.x/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/subversion/include/svn_version.h?rev=1186885&r1=1186884&r2=1186885&view=diff
==============================================================================
--- subversion/branches/1.7.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.7.x/subversion/include/svn_version.h Thu Oct 20 16:16:35 2011
@@ -71,7 +71,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      1
+#define SVN_VER_PATCH      2
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */