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/10 20:29:43 UTC

svn commit: r1181116 - /subversion/branches/1.7.x/subversion/include/svn_version.h

Author: hwright
Date: Mon Oct 10 18:29:43 2011
New Revision: 1181116

URL: http://svn.apache.org/viewvc?rev=1181116&view=rev
Log:
Bump the version number.

* subversion/include/svn_version.h:
  Bump to 1.7.1.

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

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=1181116&r1=1181115&r2=1181116&view=diff
==============================================================================
--- subversion/branches/1.7.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.7.x/subversion/include/svn_version.h Mon Oct 10 18:29:43 2011
@@ -71,7 +71,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      0
+#define SVN_VER_PATCH      1
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */