diff options
-rw-r--r-- | install/update.php | 4 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index bef754570..f4ef0d4c3 100644 --- a/install/update.php +++ b/install/update.php @@ -1865,3 +1865,7 @@ function update_r1153() { } + +function update_r1153() { + return UPDATE_SUCCESS; +} diff --git a/version.inc b/version.inc index ecb05b628..3b70e98ac 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-09-21.1162 +2015-09-22.1163 |