You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2017/06/12 17:26:33 UTC

svn commit: r1798496 - /vcl/trunk/web/index.php

Author: jfthomps
Date: Mon Jun 12 17:26:33 2017
New Revision: 1798496

URL: http://svn.apache.org/viewvc?rev=1798496&view=rev
Log:
index.php: udated version number from 2.4.2 to 2.5

Modified:
    vcl/trunk/web/index.php

Modified: vcl/trunk/web/index.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/index.php?rev=1798496&r1=1798495&r2=1798496&view=diff
==============================================================================
--- vcl/trunk/web/index.php (original)
+++ vcl/trunk/web/index.php Mon Jun 12 17:26:33 2017
@@ -16,8 +16,8 @@
   limitations under the License.
 */
 
-# ASF VCL v2.4.2
-$VCLversion = '2.4.2';
+# ASF VCL v2.5
+$VCLversion = '2.5';
 
 require_once(".ht-inc/conf.php");
 if(! isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on") {