diff options
-rwxr-xr-x | boot.php | 2 | ||||
-rw-r--r-- | install/update.php | 6 | ||||
-rw-r--r-- | util/messages.po | 10 | ||||
-rw-r--r-- | version.inc | 2 |
4 files changed, 12 insertions, 8 deletions
@@ -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 @@ <?php -define( 'UPDATE_VERSION' , 1152 ); +define( 'UPDATE_VERSION' , 1153 ); /** * @@ -1754,3 +1754,7 @@ function update_r1151() { return UPDATE_SUCCESS; } + +function update_r1152() { + return UPDATE_SUCCESS; +} diff --git a/util/messages.po b/util/messages.po index c6ec4b717..7513d0c07 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2015-09-11.1152\n" +"Project-Id-Version: 2015-09-18.1159\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-11 00:05-0700\n" +"POT-Creation-Date: 2015-09-18 00:04-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\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 |