diff --git a/boot.php b/boot.php index 43b5581ac..e00997cef 100755 --- a/boot.php +++ b/boot.php @@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1152 ); +define ( 'DB_UPDATE_VERSION', 1153 ); /** * @brief Constant with a HTML line break. diff --git a/install/update.php b/install/update.php index 82792a82d..bcce4e5b7 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ \n" "Language-Team: LANGUAGE \n" @@ -3110,15 +3110,15 @@ msgstr "" msgid "Connection not found." msgstr "" -#: ../../include/zot.php:675 +#: ../../include/zot.php:677 msgid "Invalid data packet" msgstr "" -#: ../../include/zot.php:691 +#: ../../include/zot.php:693 msgid "Unable to verify channel signature" msgstr "" -#: ../../include/zot.php:2142 +#: ../../include/zot.php:2161 #, php-format msgid "Unable to verify site signature for %s" msgstr "" diff --git a/version.inc b/version.inc index e008faecc..2d7153d51 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-09-16.1157 +2015-09-18.1159