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:
parent
314ff9eeb0
commit
c66be911e6
7 changed files with 10 additions and 6 deletions
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
define('CAMPCASTER_VERSION', '1.2.0');
|
||||
?>
|
|
@ -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;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
* </dl>
|
||||
*/
|
||||
|
||||
define('CAMPCASTER_VERSION', '1.1.1');
|
||||
include("campcaster_version.php");
|
||||
|
||||
// these are the default values for the config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue