bumping version to 3.1.1

This commit is contained in:
Pepijn Over 2014-11-06 14:38:00 +01:00
parent 391701721b
commit 4b2c83588a
4 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@ Changelog
=========
not yet released
----------------
v3.1.1 (released November 6, 2014)
----------------------------------
* #130: Added Czech translation.
* #138: Added Polish translation.

View File

@ -1,7 +1,7 @@
PHP Server Monitor
==================
Version 3.1.0
Version 3.1.1
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

@ -51,7 +51,7 @@ copyright = u'2008-2014, Pepijn Over'
# built documents.
#
# The short X.Y version.
version = '3.1.0'
version = '3.1.1'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -29,7 +29,7 @@
/**
* Current PSM version
*/
define('PSM_VERSION', '3.1.0');
define('PSM_VERSION', '3.1.1');
/**
* URL to check for updates. Will not be checked if turned off on config page.
@ -117,4 +117,4 @@ define('PSM_PUSHOVER_CLONE_URL', 'https://pushover.net/apps/clone/php_server_mon
* By defining the PSM_BASE_URL, you will force the psm_build_url() to use this.
* Useful for cronjobs if it cannot be auto-detected.
*/
//define('PSM_BASE_URL', null);
//define('PSM_BASE_URL', null);