You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by st...@apache.org on 2015/04/08 14:30:58 UTC

svn commit: r1672074 - in /perl/Apache-Test/trunk: RELEASE lib/Apache/Test.pm

Author: stevehay
Date: Wed Apr  8 12:30:58 2015
New Revision: 1672074

URL: http://svn.apache.org/r1672074
Log:
start 1.39-dev cycle

[This should have been done when 1.38 was made, but seems to have been forgotten. Doing it now since we're about to start the release process for 1.39.]

Modified:
    perl/Apache-Test/trunk/RELEASE
    perl/Apache-Test/trunk/lib/Apache/Test.pm

Modified: perl/Apache-Test/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/RELEASE?rev=1672074&r1=1672073&r2=1672074&view=diff
==============================================================================
--- perl/Apache-Test/trunk/RELEASE (original)
+++ perl/Apache-Test/trunk/RELEASE Wed Apr  8 12:30:58 2015
@@ -35,7 +35,7 @@ Instructions for Apache-Test Release Man
    (or maybe longer to give most people a chance to catch up). no need
    to tag this package
 
-   Subject: [RELEASE CANDIDATE] Apache-Test-1.38 RC\d+
+   Subject: [RELEASE CANDIDATE] Apache-Test-1.39 RC\d+
 
   a. if problems are detected during stage 2, repeat stages 1 and 2.
 
@@ -67,7 +67,7 @@ Instructions for Apache-Test Release Man
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-Test 1.38
+  Subject: [ANNOUNCE] Apache-Test 1.39
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -79,7 +79,7 @@ Instructions for Apache-Test Release Man
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 1.39-dev
+  =item 1.40-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
@@ -87,4 +87,4 @@ Instructions for Apache-Test Release Man
      $ perl -pi -e 's/(\d+)\.(\d+)/join(".", $1, $2+1)/eg' RELEASE
 
   d. commit Changes
-     % svn ci -m "start 1.39-dev cycle" Changes RELEASE lib/Apache/Test.pm
+     % svn ci -m "start 1.40-dev cycle" Changes RELEASE lib/Apache/Test.pm

Modified: perl/Apache-Test/trunk/lib/Apache/Test.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Apache/Test.pm?rev=1672074&r1=1672073&r2=1672074&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/Test.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/Test.pm Wed Apr  8 12:30:58 2015
@@ -37,7 +37,7 @@ BEGIN {
 
 use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
 
-$VERSION = '1.38';
+$VERSION = '1.39';
 
 my @need = qw(need_lwp need_http11 need_cgi need_access need_auth
               need_module need_apache need_min_apache_version