[ Index ]

Source Code Reference for V1.00

title

Body

[close]

/includes/ -> version.php (source)

   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  ?>


Generated: Thu Nov 20 03:00:14 2008 Cross-referenced by PHPXref 0.7