You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by st...@apache.org on 2004/12/15 18:45:30 UTC

svn commit: r112004 - /httpd/apreq/branches/1.x/Changes /httpd/apreq/branches/1.x/Request/Request.pm

Author: stas
Date: Wed Dec 15 09:45:29 2004
New Revision: 112004

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

Modified:
   httpd/apreq/branches/1.x/Changes
   httpd/apreq/branches/1.x/Request/Request.pm

Modified: httpd/apreq/branches/1.x/Changes
Url: http://svn.apache.org/viewcvs/httpd/apreq/branches/1.x/Changes?view=diff&rev=112004&p1=httpd/apreq/branches/1.x/Changes&r1=112003&p2=httpd/apreq/branches/1.x/Changes&r2=112004
==============================================================================
--- httpd/apreq/branches/1.x/Changes	(original)
+++ httpd/apreq/branches/1.x/Changes	Wed Dec 15 09:45:29 2004
@@ -2,6 +2,10 @@
 
 =over 4
 
+=item 1.34 
+
+
+
 =item 1.33 - December 15, 2004
 
 MacOSX docs tweaks [David Wheeler <david kineticode.com>]

Modified: httpd/apreq/branches/1.x/Request/Request.pm
Url: http://svn.apache.org/viewcvs/httpd/apreq/branches/1.x/Request/Request.pm?view=diff&rev=112004&p1=httpd/apreq/branches/1.x/Request/Request.pm&r1=112003&p2=httpd/apreq/branches/1.x/Request/Request.pm&r2=112004
==============================================================================
--- httpd/apreq/branches/1.x/Request/Request.pm	(original)
+++ httpd/apreq/branches/1.x/Request/Request.pm	Wed Dec 15 09:45:29 2004
@@ -22,7 +22,7 @@
 
 {
     no strict;
-    $VERSION = '1.33';
+    $VERSION = '1.34';
     @ISA = qw(Apache);
     __PACKAGE__->mod_perl::boot($VERSION);
 }