Author: gozer
Date: Thu Dec 23 15:01:12 2004
New Revision: 123242

URL: http://svn.apache.org/viewcvs?view=rev&rev=123242
Log:
Begin the 1.19-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=123242&p1=httpd/test/trunk/perl-framework/Apache-Test/Changes&r1=123241&p2=httpd/test/trunk/perl-framework/Apache-Test/Changes&r2=123242
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Changes (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Changes Thu Dec 23 15:01:12 2004
@@ -5,6 +5,8 @@
 =head1 CHANGES
 
 =over 3
+
+=item 1.19-dev
   
 =item 1.18 - December 23, 2004
 

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=123242&p1=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r1=123241&p2=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r2=123242
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/RELEASE (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/RELEASE Thu Dec 23 15:01:12 2004
@@ -47,7 +47,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-Test 1.18
+  Subject: [ANNOUNCE] Apache-Test 1.19
      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.19-dev
+  =item 1.20-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
 
+   perl -pi -e 's/\.20/.21/g' RELEASE
    perl -pi -e 's/\.19/.20/g' RELEASE
-   perl -pi -e 's/\.18/.19/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=123242&p1=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm&r1=123241&p2=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm&r2=123242
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm      
(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm      Thu Dec 
23 15:01:12 2004
@@ -23,7 +23,7 @@
 
 use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
 
-$VERSION = '1.18';
+$VERSION = '1.19';
 
 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