bumping version to 3.1.0

This commit is contained in:
Pepijn Over 2014-08-07 14:25:16 +02:00
parent 16bba4b949
commit 27be6360a3
4 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
Changelog Changelog
========= =========
not yet released v3.1.0 (released August 7, 2014)
---------------- --------------------------------
Features: Features:
@ -35,7 +35,7 @@ Bugs:
* Composer added for dependencies. * Composer added for dependencies.
v3.0.1 (released April 12, 2014) v3.0.1 (released April 12, 2014)
---------------- --------------------------------
* #56: Minimum PHP version is PHP 5.3.7 (not PHP 5.3.0). * #56: Minimum PHP version is PHP 5.3.7 (not PHP 5.3.0).
* #58: Server order on users page now matches the order on servers page. * #58: Server order on users page now matches the order on servers page.

View File

@ -1,7 +1,7 @@
PHP Server Monitor PHP Server Monitor
================== ==================
Version 3.1.0-dev Version 3.1.0
PHP Server Monitor is a script that checks whether your websites and servers are up and running. 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, 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. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.1.0-dev' version = '3.1.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version

View File

@ -29,7 +29,7 @@
/** /**
* Current PSM version * Current PSM version
*/ */
define('PSM_VERSION', '3.1.0-dev'); define('PSM_VERSION', '3.1.0');
/** /**
* URL to check for updates. Will not be checked if turned off on config page. * URL to check for updates. Will not be checked if turned off on config page.