bumping development version to 3.1.0-dev
parent
fa84657020
commit
9f2c08c221
|
@ -1,6 +1,6 @@
|
|||
# PHP Server Monitor
|
||||
|
||||
Version 3.0.0
|
||||
Version 3.1.0-dev
|
||||
|
||||
PHP Server Monitor is a script that checks whether your websites and servers are up and running.
|
||||
It comes with a web based user interface where you can manage your services and websites,
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/**
|
||||
* Current PSM version
|
||||
*/
|
||||
define('PSM_VERSION', '3.0.0');
|
||||
define('PSM_VERSION', '3.1.0-dev');
|
||||
|
||||
/**
|
||||
* URL to check for updates. Will not be checked if turned off on config page.
|
||||
|
@ -95,4 +95,4 @@ define('PSM_LOGIN_RESET_RUNTIME', 3600);
|
|||
/**
|
||||
* Number of seconds the cron is supposedly dead and we will run another cron anyway.
|
||||
*/
|
||||
define('PSM_CRON_TIMEOUT', 600);
|
||||
define('PSM_CRON_TIMEOUT', 600);
|
||||
|
|
Loading…
Reference in New Issue