diff options
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index 6f3e28791..d84b8c6d7 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1149 ); +define( 'UPDATE_VERSION' , 1150 ); /** * @@ -1732,4 +1732,11 @@ function update_r1148() { return UPDATE_SUCCESS; return UPDATE_FAILED; +} + +function update_r1149() { + + // hubzilla update does not apply here, but we're keeping the numbers in sync + return UPDATE_SUCCESS; + }
\ No newline at end of file |