<?php /* $Id: version.php 1197 2010-06-17 16:39:18Z caseydk $ $URL: https://web2project.svn.sourceforge.net/svnroot/web2project/tags/version2.0/includes/version.php $ */ // Set the version components separately. $w2p_version_major = 2; $w2p_version_minor = 0; $w2p_version_patch = 0; // Can be set to null if not used $w2p_version_prepatch = null; // Set to null if a release version.