Author: stas
Date: Sat Dec 11 12:03:02 2004
New Revision: 111620

URL: http://svn.apache.org/viewcvs?view=rev&rev=111620
Log:
start 1.18-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=111620&p1=httpd/test/trunk/perl-framework/Apache-Test/Changes&r1=111619&p2=httpd/test/trunk/perl-framework/Apache-Test/Changes&r2=111620
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Changes (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Changes Sat Dec 11 12:03:02 2004
@@ -5,6 +5,11 @@
 =head1 CHANGES
 
 =over 3
+  
+=item 1.18-dev
+
+
+
 
 =item 1.17 - December 11, 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=111620&p1=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r1=111619&p2=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r2=111620
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/RELEASE (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/RELEASE Sat Dec 11 12:03:02 2004
@@ -47,7 +47,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-Test 1.17
+  Subject: [ANNOUNCE] Apache-Test 1.18
      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.18-dev
+  =item 1.19-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
 
+   perl -pi -e 's/\.19/.20/g' RELEASE
    perl -pi -e 's/\.18/.19/g' RELEASE
-   perl -pi -e 's/\.17/.18/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=111620&p1=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm&r1=111619&p2=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm&r2=111620
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm      
(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm      Sat Dec 
11 12:03:02 2004
@@ -23,7 +23,7 @@
 
 use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
 
-$VERSION = '1.17';
+$VERSION = '1.18';
 
 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