From dad1d1bf400ed5abb96c9655492fd8a077fbf52e Mon Sep 17 00:00:00 2001 From: oheil Date: Sat, 11 Mar 2023 13:33:34 +0100 Subject: [PATCH] release 1.9.13 --- webmail/common.php | 4 ++-- webmail/docs/NEWS | 4 ++-- webmail/docs/README | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webmail/common.php b/webmail/common.php index cad1a91..10b2030 100644 --- a/webmail/common.php +++ b/webmail/common.php @@ -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; diff --git a/webmail/docs/NEWS b/webmail/docs/NEWS index f367a4a..591f644 100644 --- a/webmail/docs/NEWS +++ b/webmail/docs/NEWS @@ -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). diff --git a/webmail/docs/README b/webmail/docs/README index 195f3f5..c99906e 100644 --- a/webmail/docs/README +++ b/webmail/docs/README @@ -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.