Start 2.0.10-dev cycle

git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1686333 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/Changes b/Changes
index 5d0bbdd..8f15756 100644
--- a/Changes
+++ b/Changes
@@ -10,6 +10,8 @@
 
 =over 3
 
+=item 2.0.10-dev
+
 =item 2.0.9 June 18, 2015
 
 Add note to README about MP_INLINE problem when building with GCC 5.
diff --git a/META.yml b/META.yml
index 582e55f..e28304f 100644
--- a/META.yml
+++ b/META.yml
@@ -1,5 +1,5 @@
 name:         mod_perl
-version: 2.0.9
+version: 2.0.10
 installdirs:  site
 distribution_type: module
 no_index:
diff --git a/RELEASE b/RELEASE
index 6033d1a..bc14a1f 100644
--- a/RELEASE
+++ b/RELEASE
@@ -30,7 +30,7 @@
        make sure you give the correct permissions to them.
 
 1. 'make mydist' - to make sure nothing is missing from the manifest,
-   etc. Now test this generated package mod_perl-2.0.9.tar.gz (not
+   etc. Now test this generated package mod_perl-2.0.10.tar.gz (not
    the current build) with as many
    configurations as possible on as many platforms as possible,
    unpacking the package each time afresh.  
@@ -56,7 +56,7 @@
    to the modperl/dev list (may be longer to give most people a chance
    to catch up). no need to tag this package
 
-   Subject: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC\d+
+   Subject: [RELEASE CANDIDATE]: mod_perl-2.0.10 RC\d+
 
 2a. if problems are detected during stage 2, repeat stages 1 and 2.
 
@@ -77,7 +77,7 @@
      % make -n tag
 
   d. commit Changes README Makefile.PL
-     % svn ci -m "Releasing 2.0.9" Changes README Makefile.PL
+     % svn ci -m "Releasing 2.0.10" Changes README Makefile.PL
 
   e. tag
      % make tag
@@ -86,54 +86,54 @@
   XXXX: This needs to be fixed, and updated, developer beware its outdated and possibly wrong
   f. Update the svn:externals in the new tag
      (you can't propedit remotely yet in svn)
-     % svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_9
-     % svn propedit svn:externals 2_0_9
+     % svn co https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_10
+     % svn propedit svn:externals 2_0_10
      Update the Apache-Test line to current revision
      % svn info https://svn.apache.org/repos/asf/perl/Apache-Test/trunk | grep "Last Changed Rev"
      Update the docs line to the current tag.
      It should look like:
-     % svn propget svn:externals 2_0_9
+     % svn propget svn:externals 2_0_10
        Apache-Test -r 608229 https://svn.apache.org/repos/asf/perl/Apache-Test/trunk
-       docs https://svn.apache.org/repos/asf/perl/modperl/docs/tags/2_0_9/src/docs/2.0
+       docs https://svn.apache.org/repos/asf/perl/modperl/docs/tags/2_0_10/src/docs/2.0
 
-     % svn ci -m "Releasing 2.0.9"
+     % svn ci -m "Releasing 2.0.10"
 
   g. create the final package
      % make dist
 
   h. test the final package again at least once
 
-4. Release the package and update links (e.g. mod_perl-2.0.9.tar.gz)
+4. Release the package and update links (e.g. mod_perl-2.0.10.tar.gz)
 
   a. upload to people.apache.org:/www/perl.apache.org/dist/ - ask the PMC
      chair to give you the needed permissions if you do not have them.
 
-    %  scp mod_perl-2.0.9.tar.gz people.apache.org:/www/perl.apache.org/dist/
+    %  scp mod_perl-2.0.10.tar.gz people.apache.org:/www/perl.apache.org/dist/
 
   b. ssh to people.apache.org, unpack the package, update symlinks to the
      tar ball and unpacked distro:
 
     % ssh people.apache.org
     % cd /www/perl.apache.org/dist/
-    % ln -sf mod_perl-2.0.9.tar.gz mod_perl-2.0-current.tar.gz
-    % tar -xzvf mod_perl-2.0.9.tar.gz
+    % ln -sf mod_perl-2.0.10.tar.gz mod_perl-2.0-current.tar.gz
+    % tar -xzvf mod_perl-2.0.10.tar.gz
     % rm /www/perl.apache.org/dist/mod_perl-2.0-current
-    % ln -sf  mod_perl-2.0.9 mod_perl-2.0-current
+    % ln -sf  mod_perl-2.0.10 mod_perl-2.0-current
 
   c. archive older releases (keep current + one prior release)
 
-    % mv /www/perl.apache.org/dist/mod_perl-2.0.7.tar.gz \
+    % mv /www/perl.apache.org/dist/mod_perl-2.0.9.tar.gz \
          /www/perl.apache.org/dist/old
-    % mv /www/perl.apache.org/dist/mod_perl-2.0.7.tar.gz.asc \
+    % mv /www/perl.apache.org/dist/mod_perl-2.0.9.tar.gz.asc \
          /www/perl.apache.org/dist/old
-    % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.7
+    % rm -rf /www/perl.apache.org/dist/mod_perl-2.0.9
 
   d. update the version and release date in the docs:
     % vi modperl-docs/src/download/index_top.html 
     % vi modperl-docs/doap_Perl.rdf
 
      and commit.
-    % svn ci -m "Releasing 2.0.9" \
+    % svn ci -m "Releasing 2.0.10" \
           modperl-docs/src/download/index_top.html \
           modperl-docs/doap_Perl.rdf
      
@@ -154,27 +154,27 @@
 
   a. sign your local copy of the tarball:
 
-    % gpg --detach-sign --armor mod_perl-2.0.9.tar.gz
+    % gpg --detach-sign --armor mod_perl-2.0.10.tar.gz
 
-    % pgps -b --armor mod_perl-2.0.9.tar.gz
+    % pgps -b --armor mod_perl-2.0.10.tar.gz
 
   b. upload the generated sig file to people.apache.org:
 
-    % scp mod_perl-2.0.9.tar.gz.asc people.apache.org:/www/perl.apache.org/dist/
+    % scp mod_perl-2.0.10.tar.gz.asc people.apache.org:/www/perl.apache.org/dist/
     % ssh people.apache.org
     % cd /www/perl.apache.org/dist/
-    % chmod 0664 mod_perl-2.0.9.tar.gz.asc
-    % ln -sf mod_perl-2.0.9.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
+    % chmod 0664 mod_perl-2.0.10.tar.gz.asc
+    % ln -sf mod_perl-2.0.10.tar.gz.asc mod_perl-2.0-current.tar.gz.asc
 
   c. ask one of the other developers to double check the signature file
      and tarball: download both files and verify the signature:
 
-    http://perl.apache.org/dist/mod_perl-2.0.9.tar.gz.asc
-    http://perl.apache.org/dist/mod_perl-2.0.9.tar.gz
+    http://perl.apache.org/dist/mod_perl-2.0.10.tar.gz.asc
+    http://perl.apache.org/dist/mod_perl-2.0.10.tar.gz
 
-    % gpg --verify mod_perl-2.0.9.tar.gz.asc
+    % gpg --verify mod_perl-2.0.10.tar.gz.asc
 
-    % pgpv mod_perl-2.0.9.tar.gz.asc
+    % pgpv mod_perl-2.0.10.tar.gz.asc
 
   d. make sure that the files you just created are group rw so
      all the dist admins can make changes:
@@ -188,10 +188,10 @@
   a. unpack the package, update symlinks to the tarball and unpacked distro:
 
    % cd /www/www.apache.org/dist/perl/
-   % cp /www/perl.apache.org/dist/mod_perl-2.0.9.tar.gz* .
-   % tar -xzvf mod_perl-2.0.9.tar.gz
-   % mv mod_perl-2.0.7.tar.gz* /www/archive.apache.org/dist/perl/
-   % rm -rf mod_perl-2.0.7
+   % cp /www/perl.apache.org/dist/mod_perl-2.0.10.tar.gz* .
+   % tar -xzvf mod_perl-2.0.10.tar.gz
+   % mv mod_perl-2.0.9.tar.gz* /www/archive.apache.org/dist/perl/
+   % rm -rf mod_perl-2.0.9
 
   b. make sure that the files you just created are group rw so
 
@@ -204,11 +204,11 @@
 
   a. post ... to the modperl, announce lists
   Note, to post to announce@, you must be sending from an apache.org address.
-  Subject: [ANNOUNCE] mod_perl 2.0.9 
+  Subject: [ANNOUNCE] mod_perl 2.0.10 
      include 
   - link at perl.apache.org:
-    http://apache.org/dist/perl/mod_perl-2.0.9.tar.gz
-    http://apache.org/dist/perl/mod_perl-2.0.9.tar.gz.asc (pgp sig)
+    http://apache.org/dist/perl/mod_perl-2.0.10.tar.gz
+    http://apache.org/dist/perl/mod_perl-2.0.10.tar.gz.asc (pgp sig)
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
 
@@ -221,7 +221,7 @@
   c. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 2.0.10-dev
+  =item 2.0.11-dev
 
   d. add a release entry in STATUS
 
@@ -232,7 +232,7 @@
 
   f. commit the changed files
 
-     % svn ci -m "start 2.0.9-dev cycle" Changes META.yml lib/mod_perl2.pm \
+     % svn ci -m "start 2.0.10-dev cycle" Changes META.yml lib/mod_perl2.pm \
        STATUS RELEASE
 
 10. Old Versions
diff --git a/STATUS b/STATUS
index dae0d4e..a988744 100644
--- a/STATUS
+++ b/STATUS
@@ -3,6 +3,7 @@
 
 Release:
 --------
+   2.000.09   : Released Jun 18, 2015
    2.000.08   : Released Apr 17, 2013
    2.000.07   : Released Jun 05, 2012
    2.000.06   : Released Apr 24, 2012
diff --git a/lib/mod_perl2.pm b/lib/mod_perl2.pm
index 9a87c2f..0d9ccad 100644
--- a/lib/mod_perl2.pm
+++ b/lib/mod_perl2.pm
@@ -20,7 +20,7 @@
 use strict;
 
 BEGIN {
-    our $VERSION = "2.000009";
+    our $VERSION = "2.000010";
     our $VERSION_TRIPLET;
 
     if ($VERSION =~ /(\d+)\.(\d\d\d)(\d+)/) {