bumping development version to 3.1.0-dev

This commit is contained in:
Pepijn Over 2014-04-07 01:05:49 +02:00
parent fa84657020
commit 9f2c08c221
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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);