diff options
-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 |