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 2012/12/11 19:19:52 UTC

svn commit: r1420319 - /vcl/branches/vcl-2.3-bugfixes/web/index.php

Author: jfthomps
Date: Tue Dec 11 18:19:52 2012
New Revision: 1420319

URL: http://svn.apache.org/viewvc?rev=1420319&view=rev
Log:
updated version number

Modified:
    vcl/branches/vcl-2.3-bugfixes/web/index.php

Modified: vcl/branches/vcl-2.3-bugfixes/web/index.php
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/web/index.php?rev=1420319&r1=1420318&r2=1420319&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/web/index.php (original)
+++ vcl/branches/vcl-2.3-bugfixes/web/index.php Tue Dec 11 18:19:52 2012
@@ -16,8 +16,8 @@
   limitations under the License.
 */
 
-# ASF VCL v2.3
-$VCLversion = '2.3';
+# ASF VCL v2.3.1
+$VCLversion = '2.3.1';
 
 @include_once("fckeditor/fckeditor.php");
 require_once(".ht-inc/conf.php");