diff options
-rwxr-xr-x | boot.php | 2 | ||||
-rw-r--r-- | install/update.php | 7 | ||||
-rw-r--r-- | version.inc | 2 |
3 files changed, 8 insertions, 3 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', 1144 ); +define ( 'DB_UPDATE_VERSION', 1145 ); /** * @brief Constant with a HTML line break. diff --git a/install/update.php b/install/update.php index fb49e9a16..0f9ec4c79 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1144 ); +define( 'UPDATE_VERSION' , 1145 ); /** * @@ -1666,4 +1666,9 @@ function update_r1143() { return UPDATE_SUCCESS; return UPDATE_FAILED; +} + +function update_r1144() { + // hubzilla update does not apply here, but we're keeping the numbers in sync + return UPDATE_SUCCESS; }
\ No newline at end of file diff --git a/version.inc b/version.inc index 3a20d2696..110ed7a67 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-07-29.1108 +2015-07-30.1109 |