You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/12/27 21:50:00 UTC

svn commit: r1426311 - /subversion/site/publish/docs/community-guide/releasing.part.html

Author: breser
Date: Thu Dec 27 20:49:59 2012
New Revision: 1426311

URL: http://svn.apache.org/viewvc?rev=1426311&view=rev
Log:
Add missing step of updating STATUS file version after a release.

* publish/docs/community-guide/releasing.part.html
  (rolling-release): STATUS file needs updating along with svn_version.h

Modified:
    subversion/site/publish/docs/community-guide/releasing.part.html

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1426311&r1=1426310&r2=1426311&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Thu Dec 27 20:49:59 2012
@@ -853,9 +853,9 @@ release.  You do this using:
 
 <p>Note: Please always make a tag, even for release candidates.</p>
 
-<p>Bump the <tt>svn_version.h</tt> for the original branch.  If you just did
-1.0.2 then <tt>svn_version.h</tt> should have the proper values for 1.0.3 and
-so on.</p>
+<p>Bump the <tt>STATUS</tt> and <tt>svn_version.h</tt> files for the original
+branch.  If you just did 1.0.2 then both files should have the proper value for
+1.0.3 and so on.</p>
 
 Commit the tarballs, signatures and checksums to
 <a href="https://dist.apache.org/repos/dist/dev/subversion"