diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-18 22:43:35 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-18 22:43:35 -0700 |
commit | 3dc066a143783bbfff08a347f7a8aaa9e273e717 (patch) | |
tree | ecdb2b448ce812adfd00c87d03eb25de81c244e6 /install/update.php | |
parent | f2104b0a5af6ad54ba67c0944c3e2f7548ea882f (diff) | |
download | volse-hubzilla-3dc066a143783bbfff08a347f7a8aaa9e273e717.tar.gz volse-hubzilla-3dc066a143783bbfff08a347f7a8aaa9e273e717.tar.bz2 volse-hubzilla-3dc066a143783bbfff08a347f7a8aaa9e273e717.zip |
dummy update
Diffstat (limited to 'install/update.php')
-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 82792a82d..bcce4e5b7 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1152 ); +define( 'UPDATE_VERSION' , 1153 ); /** * @@ -1754,3 +1754,7 @@ function update_r1151() { return UPDATE_SUCCESS; } + +function update_r1152() { + return UPDATE_SUCCESS; +} |