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 pg...@apache.org on 2006/05/21 07:54:32 UTC

svn commit: r408138 - /httpd/apreq/trunk/win32/Configure.pl

Author: pgollucci
Date: Sat May 20 22:54:31 2006
New Revision: 408138

URL: http://svn.apache.org/viewvc?rev=408138&view=rev
Log:
fix the version in Configure.pl to be current

Modified:
    httpd/apreq/trunk/win32/Configure.pl

Modified: httpd/apreq/trunk/win32/Configure.pl
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/win32/Configure.pl?rev=408138&r1=408137&r2=408138&view=diff
==============================================================================
--- httpd/apreq/trunk/win32/Configure.pl (original)
+++ httpd/apreq/trunk/win32/Configure.pl Sat May 20 22:54:31 2006
@@ -12,7 +12,7 @@
 use File::Path;
 use LWP::Simple;
 my ($apache, $debug, $help, $no_perl, $perl, $with_perl);
-my $VERSION = '2.03-dev';
+my $VERSION = '2.08';
 my $result = GetOptions( 'with-apache2=s' => \$apache,
 			 'debug' => \$debug,
 			 'help' => \$help,