![]() |
|---|
| [ Index ] |
Source Code Reference for V1.00 |
[Summary view] [Print] [Text view]
1 <?php /* $Id: version.php 72 2008-03-03 14:42:18Z pedroix $ $URL: https://web2project.svn.sourceforge.net/svnroot/web2project/trunk/includes/version.php $ */ 2 3 if (!defined('W2P_BASE_DIR')) { 4 die('You should not access this file directly.'); 5 } 6 // Set the version components separately. 7 $w2p_version_major = 0; 8 $w2p_version_minor = 9; 9 $w2p_version_patch = 9; // Can be set to null if not used 10 $w2p_version_prepatch = null; // Set to null if a release version. 11 12 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Nov 20 03:00:14 2008 | Cross-referenced by PHPXref 0.7 |