You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2022/03/17 20:17:28 UTC

svn commit: r1899000 - /subversion/trunk/subversion/libsvn_wc/wc.h

Author: danielsh
Date: Thu Mar 17 20:17:27 2022
New Revision: 1899000

URL: http://svn.apache.org/viewvc?rev=1899000&view=rev
Log:
* subversion/libsvn_wc/wc.h
  (SVN_WC__VERSION): Correct a comment.
    It is no longer correct; see SVN_WC__DEFAULT_VERSION.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc.h

Modified: subversion/trunk/subversion/libsvn_wc/wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc.h?rev=1899000&r1=1898999&r2=1899000&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc.h Thu Mar 17 20:17:27 2022
@@ -171,7 +171,7 @@ extern "C" {
  * Please document any further format changes here.
  */
 
-/* The default WC version created by the client. */
+/* The newest WC format this client supports. */
 #define SVN_WC__VERSION 32
 
 /* The minimum WC version supported by the client.