Final fix for #2074 - make it easier to change the version number. You can now set the version number for PHP code in src/modules/storageServer/var/campcaster_version.php - all components look at this file to get the version number.

This commit is contained in:
paul 2007-01-27 17:11:02 +00:00
parent 314ff9eeb0
commit c66be911e6
7 changed files with 10 additions and 6 deletions

View file

@ -0,0 +1,3 @@
<?php
define('CAMPCASTER_VERSION', '1.2.0');
?>

View file

@ -31,7 +31,7 @@
* </dl>
*/
define('CAMPCASTER_VERSION', '1.1.1');
include("campcaster_version.php");
// these are the default values for the config
global $CC_CONFIG;

View file

@ -32,7 +32,7 @@
* </dl>
*/
define('CAMPCASTER_VERSION', '1.1.1');
include("campcaster_version.php");
// these are the default values for the config