Author: gozer
Date: Sat Jan 22 00:20:22 2005
New Revision: 126018

URL: http://svn.apache.org/viewcvs?view=rev&rev=126018
Log:
Start the 1.21 dev cycle
Modified:
   httpd/test/trunk/perl-framework/Apache-Test/Changes
   httpd/test/trunk/perl-framework/Apache-Test/RELEASE
   httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm

Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Changes?view=diff&rev=126018&p1=httpd/test/trunk/perl-framework/Apache-Test/Changes&r1=126017&p2=httpd/test/trunk/perl-framework/Apache-Test/Changes&r2=126018
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Changes (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Changes Sat Jan 22 00:20:22 2005
@@ -6,6 +6,8 @@
 
 =over 3
 
+=item 1.21-dev
+
 =item 1.20 - January 22, 2005
 
 instead of trying to match various custom server name variations (each

Modified: httpd/test/trunk/perl-framework/Apache-Test/RELEASE
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/RELEASE?view=diff&rev=126018&p1=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r1=126017&p2=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r2=126018
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/RELEASE (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/RELEASE Sat Jan 22 00:20:22 2005
@@ -47,7 +47,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-Test 1.20
+  Subject: [ANNOUNCE] Apache-Test 1.21
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -59,13 +59,13 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 1.21-dev
+  =item 1.22-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
 
+   perl -pi -e 's/\.22/.23/g' RELEASE
    perl -pi -e 's/\.21/.22/g' RELEASE
-   perl -pi -e 's/\.20/.21/g' RELEASE
 
      now reload this file and bump up the last number of the first
      command.

Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm?view=diff&rev=126018&p1=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm&r1=126017&p2=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm&r2=126018
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm      
(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm      Sat Jan 
22 00:20:22 2005
@@ -23,7 +23,7 @@
 
 use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
 
-$VERSION = '1.20';
+$VERSION = '1.21';
 
 my @need = qw(need_lwp need_http11 need_cgi need_access need_auth
               need_module need_apache need_min_apache_version

Reply via email to