diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-06 12:34:29 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-06 12:34:29 -0800 |
commit | 1c8f63f1e50726c00220cfd98f259d2d35d37106 (patch) | |
tree | fd123ce7d82827e27cf3fcc2b919c585a8fbe7da | |
parent | 8db428458a69cbb8b5c046cc389e7801a98d75b0 (diff) | |
download | volse-hubzilla-1c8f63f1e50726c00220cfd98f259d2d35d37106.tar.gz volse-hubzilla-1c8f63f1e50726c00220cfd98f259d2d35d37106.tar.bz2 volse-hubzilla-1c8f63f1e50726c00220cfd98f259d2d35d37106.zip |
rev update
-rwxr-xr-x | boot.php | 2 | ||||
-rw-r--r-- | install/update.php | 6 | ||||
-rw-r--r-- | util/messages.po | 12 | ||||
-rw-r--r-- | version.inc | 2 |
4 files changed, 13 insertions, 9 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', 1159 ); +define ( 'DB_UPDATE_VERSION', 1160 ); /** * @brief Constant with a HTML line break. diff --git a/install/update.php b/install/update.php index b05e433dc..0e287f20e 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1159 ); +define( 'UPDATE_VERSION' , 1160 ); /** * @@ -1788,3 +1788,7 @@ function update_r1158() { return UPDATE_SUCCESS; } +function update_r1159() { + return UPDATE_SUCCESS; +} + diff --git a/util/messages.po b/util/messages.po index 9693476e9..f3c9782f3 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2015-10-30.1201\n" +"Project-Id-Version: 2015-11-06.1208\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-30 00:04-0700\n" +"POT-Creation-Date: 2015-11-06 00:04-0800\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" @@ -22,7 +22,7 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/photo/photo_driver.php:694 ../../mod/profile_photo.php:143 +#: ../../include/photo/photo_driver.php:703 ../../mod/profile_photo.php:143 #: ../../mod/profile_photo.php:302 ../../mod/profile_photo.php:424 #: ../../mod/photos.php:92 ../../mod/photos.php:637 msgid "Profile Photos" @@ -2798,15 +2798,15 @@ msgstr "" msgid "Connection not found." msgstr "" -#: ../../include/zot.php:684 +#: ../../include/zot.php:685 msgid "Invalid data packet" msgstr "" -#: ../../include/zot.php:700 +#: ../../include/zot.php:701 msgid "Unable to verify channel signature" msgstr "" -#: ../../include/zot.php:2208 +#: ../../include/zot.php:2209 #, php-format msgid "Unable to verify site signature for %s" msgstr "" diff --git a/version.inc b/version.inc index d0eb99d9c..30304c72c 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-11-04.1206 +2015-11-06.1208 |