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 go...@apache.org on 2005/05/20 07:02:06 UTC

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

Author: gozer
Date: Thu May 19 22:02:06 2005
New Revision: 171055

URL: http://svn.apache.org/viewcvs?rev=171055&view=rev
Log:
start 1.25-dev cycle

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

Modified: perl/Apache-Test/trunk/Changes
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Changes?rev=171055&r1=171054&r2=171055&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Changes (original)
+++ perl/Apache-Test/trunk/Changes Thu May 19 22:02:06 2005
@@ -6,6 +6,10 @@
 
 =over 3
 
+=item 1.25-dev
+
+
+
 =item 1.24 - May 20, 2005
 
 When adding TypesConfig directives (either inherited from the global

Modified: perl/Apache-Test/trunk/RELEASE
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/RELEASE?rev=171055&r1=171054&r2=171055&view=diff
==============================================================================
--- perl/Apache-Test/trunk/RELEASE (original)
+++ perl/Apache-Test/trunk/RELEASE Thu May 19 22:02:06 2005
@@ -54,7 +54,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-Test 1.24
+  Subject: [ANNOUNCE] Apache-Test 1.25
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -66,16 +66,16 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 1.25-dev
+  =item 1.26-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
 
+   perl -pi -e 's/\.26/.27/g' RELEASE
    perl -pi -e 's/\.25/.26/g' RELEASE
-   perl -pi -e 's/\.24/.25/g' RELEASE
 
      now reload this file and bump up the last number of the first
      command.
 
   d. commit Changes
-     % svn ci -m "start 1.24-dev cycle" Changes RELEASE lib/Apache/Test.pm
+     % svn ci -m "start 1.25-dev cycle" Changes RELEASE lib/Apache/Test.pm

Modified: perl/Apache-Test/trunk/lib/Apache/Test.pm
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/Test.pm?rev=171055&r1=171054&r2=171055&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/Test.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/Test.pm Thu May 19 22:02:06 2005
@@ -23,7 +23,7 @@
 
 use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
 
-$VERSION = '1.24';
+$VERSION = '1.25';
 
 my @need = qw(need_lwp need_http11 need_cgi need_access need_auth
               need_module need_apache need_min_apache_version