Author: stevehay
Date: Wed May 13 19:04:31 2015
New Revision: 1679259

URL: http://svn.apache.org/r1679259
Log:
Bump version in META.yml, which was missed from the "prepare for 2.0.9-dev 
cycle" changes

Also update RELEASE so that it doesn't get forgotten next time.

Modified:
    perl/modperl/trunk/META.yml
    perl/modperl/trunk/RELEASE

Modified: perl/modperl/trunk/META.yml
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/META.yml?rev=1679259&r1=1679258&r2=1679259&view=diff
==============================================================================
--- perl/modperl/trunk/META.yml (original)
+++ perl/modperl/trunk/META.yml Wed May 13 19:04:31 2015
@@ -1,5 +1,5 @@
 name:         mod_perl
-version: 2.0.8
+version: 2.0.9
 installdirs:  site
 distribution_type: module
 no_index:

Modified: perl/modperl/trunk/RELEASE
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/RELEASE?rev=1679259&r1=1679258&r2=1679259&view=diff
==============================================================================
--- perl/modperl/trunk/RELEASE (original)
+++ perl/modperl/trunk/RELEASE Wed May 13 19:04:31 2015
@@ -216,21 +216,23 @@ Instructions for mod_perl 2.0 Release Ma
 
   a. increment version in lib/mod_perl2.pm
 
-  b. edit ./Changes:
+  b. increment version in META.yml
+
+  c. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
   =item 2.0.10-dev
 
-  c. add a release entry in STATUS
+  d. add a release entry in STATUS
 
-  d. update this file versions to make it easy to copy-n-paste things
+  e. update this file versions to make it easy to copy-n-paste things
      on the next release:
    
    $ perl -pi -e 's/(\d+)([._])(\d+)(\2)(\d+)/join($2, $1, $3, $5+1)/eg' 
RELEASE
 
-  e. commit the changed files
+  f. commit the changed files
 
-     % svn ci -m "start 2.0.9-dev cycle" Changes lib/mod_perl2.pm \
+     % svn ci -m "start 2.0.9-dev cycle" Changes META.yml lib/mod_perl2.pm \
        STATUS RELEASE
 
 10. Old Versions


Reply via email to