diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-22 02:33:24 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-22 02:33:24 -0700 |
commit | 5068ce05693d3bb52e049156eb7900cbe55ff650 (patch) | |
tree | dfca5ddf21b914fb4e1f14178dbb9c4f5b887f1e /install | |
parent | 8c16f12d7a8dab8def506cc5cd94105abb6e4fbb (diff) | |
download | volse-hubzilla-5068ce05693d3bb52e049156eb7900cbe55ff650.tar.gz volse-hubzilla-5068ce05693d3bb52e049156eb7900cbe55ff650.tar.bz2 volse-hubzilla-5068ce05693d3bb52e049156eb7900cbe55ff650.zip |
dummy update
Diffstat (limited to 'install')
-rw-r--r-- | install/update.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index bcce4e5b7..c90d4abbb 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1153 ); +define( 'UPDATE_VERSION' , 1154 ); /** * @@ -1758,3 +1758,7 @@ function update_r1151() { function update_r1152() { return UPDATE_SUCCESS; } + +function update_r1153() { + return UPDATE_SUCCESS; +} |