diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-30 17:12:23 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-30 17:12:23 -0700 |
commit | 26411ab385f77b2edaa5edd4b33fbaff60789fd4 (patch) | |
tree | d7b878a8813b7f815633ad22dc4f63c752f9a730 /install | |
parent | d5a40cac25e1bcc936a4010ec0038f8e5143c0a0 (diff) | |
parent | 4c6368d0750650ac2281d5a1b1831ca9d5b00501 (diff) | |
download | volse-hubzilla-26411ab385f77b2edaa5edd4b33fbaff60789fd4.tar.gz volse-hubzilla-26411ab385f77b2edaa5edd4b33fbaff60789fd4.tar.bz2 volse-hubzilla-26411ab385f77b2edaa5edd4b33fbaff60789fd4.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'install')
-rw-r--r-- | install/update.php | 7 |
1 files changed, 6 insertions, 1 deletions
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 |