release 1.9.13

This commit is contained in:
oheil 2023-03-11 13:33:34 +01:00
parent a96caac52f
commit dad1d1bf40
3 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@
*
* @package NOCC
* @license http://www.gnu.org/licenses/ GNU General Public License
* @version SVN: $Id: common.php 3067 2023-03-06 12:25:34Z oheil $
* @version SVN: $Id: common.php 3070 2023-03-11 12:33:25Z oheil $
*/
define('NOCC_DEBUG_LEVEL', 0);
@ -57,7 +57,7 @@ require_once './utils/crypt.php';
require_once './utils/translation.php';
$conf->nocc_name = 'NOCC';
$conf->nocc_version = '1.9.13-dev';
$conf->nocc_version = '1.9.13';
$conf->nocc_url = 'http://nocc.sourceforge.net/';
$pwd_to_encrypt = false;

View file

@ -1,7 +1,7 @@
Latest version is 1.9.12
Latest version is 1.9.13
NOCC 1.9.13 FebXXXry XX, 2023
NOCC 1.9.13 March 03, 2023
Misc
* Compatibility with PHP 8.2 (Oliver Heil).

View file

@ -191,7 +191,7 @@ for every release and be able to update it with users' setups):
* servers: (NOCC should work with any server, however, these have been
specifically tested and are known to work)
- Apache.
- PHP 5.2.3, 5.6, 5.7, 7.0, 7.2, 7.4, 8.1
- PHP 5.2.3, 5.6, 5.7, 7.0, 7.2, 7.4, 8.1, 8.2
- FreeBSD.
- MacOS X.
- Debian.