From 4b2c83588aaa05e26a7b96e0643940c8259b3bd7 Mon Sep 17 00:00:00 2001 From: Pepijn Over Date: Thu, 6 Nov 2014 14:38:00 +0100 Subject: [PATCH] bumping version to 3.1.1 --- CHANGELOG.rst | 4 ++-- README.rst | 2 +- docs/conf.py | 2 +- src/includes/psmconfig.inc.php | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fbbd1ae8..dec09a8f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog ========= -not yet released ----------------- +v3.1.1 (released November 6, 2014) +---------------------------------- * #130: Added Czech translation. * #138: Added Polish translation. diff --git a/README.rst b/README.rst index e57bdc11..3af8dbbb 100755 --- a/README.rst +++ b/README.rst @@ -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, diff --git a/docs/conf.py b/docs/conf.py index 3ab40df6..0be997f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/src/includes/psmconfig.inc.php b/src/includes/psmconfig.inc.php index 0316956b..68de7b4c 100644 --- a/src/includes/psmconfig.inc.php +++ b/src/includes/psmconfig.inc.php @@ -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); \ No newline at end of file +//define('PSM_BASE_URL', null);