diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 20:54:00 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 20:54:00 -0700 |
commit | 360fda15e9be17cb9ae0638fc0c76a5642b03223 (patch) | |
tree | 0844f859bc6f6657b50747adfa23825c5ff4bdf2 /install/update.php | |
parent | 837b9224cc7cb6c6a38156d4b7ad40e7fd0985b6 (diff) | |
parent | 2018b88093a72a66a3e61c76794d8b967f7b2f4f (diff) | |
download | volse-hubzilla-360fda15e9be17cb9ae0638fc0c76a5642b03223.tar.gz volse-hubzilla-360fda15e9be17cb9ae0638fc0c76a5642b03223.tar.bz2 volse-hubzilla-360fda15e9be17cb9ae0638fc0c76a5642b03223.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/install/update.php b/install/update.php index d0ea4d147..d0a0454fb 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1150 ); +define( 'UPDATE_VERSION' , 1151 ); /** * @@ -1775,4 +1775,12 @@ function update_r1149() { return UPDATE_SUCCESS; return UPDATE_FAILED; -}
\ No newline at end of file +} + +function update_r1150() { + + // hubzilla update does not apply here, but we're keeping the numbers in sync + return UPDATE_SUCCESS; + +} + |