diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-04 23:06:37 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-04 23:06:37 -0800 |
commit | 76043d97bd5d38e12ae84b18d48bc2dc4537ece0 (patch) | |
tree | dc27d8040f04a0978766c04ad46b673a44647447 | |
parent | b6b2420ff77fb1c19306dfc8be2b916e5a34c375 (diff) | |
download | volse-hubzilla-76043d97bd5d38e12ae84b18d48bc2dc4537ece0.tar.gz volse-hubzilla-76043d97bd5d38e12ae84b18d48bc2dc4537ece0.tar.bz2 volse-hubzilla-76043d97bd5d38e12ae84b18d48bc2dc4537ece0.zip |
dummy update
-rw-r--r-- | install/update.php | 6 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/install/update.php b/install/update.php index cc8dc6ae5..b05e433dc 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1158 ); +define( 'UPDATE_VERSION' , 1159 ); /** * @@ -1784,3 +1784,7 @@ function update_r1157() { } +function update_r1158() { + return UPDATE_SUCCESS; +} + diff --git a/version.inc b/version.inc index 4013cd9db..d0eb99d9c 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-11-03.1205 +2015-11-04.1206 |