You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/02/04 10:20:49 UTC

svn commit: r1442052 - /subversion/branches/fsfs-format7/subversion/include/svn_version.h

Author: stefan2
Date: Mon Feb  4 09:20:49 2013
New Revision: 1442052

URL: http://svn.apache.org/viewvc?rev=1442052&view=rev
Log:
On the fsfs-format7 branch:  Bump SVN version number to 1.9
to allow tests to distinguish between format 7 and format 6
test runs.

* include/svn_version.h
  (SVN_VER_MINOR): bump minor to .9

Modified:
    subversion/branches/fsfs-format7/subversion/include/svn_version.h

Modified: subversion/branches/fsfs-format7/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/branches/fsfs-format7/subversion/include/svn_version.h?rev=1442052&r1=1442051&r2=1442052&view=diff
==============================================================================
--- subversion/branches/fsfs-format7/subversion/include/svn_version.h (original)
+++ subversion/branches/fsfs-format7/subversion/include/svn_version.h Mon Feb  4 09:20:49 2013
@@ -63,7 +63,7 @@ extern "C" {
  * Modify when new functionality is added or new interfaces are
  * defined, but all changes are backward compatible.
  */
-#define SVN_VER_MINOR      8
+#define SVN_VER_MINOR      9
 
 /**
  * Patch number.