diff options
-rw-r--r-- | install/update.php | 3 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/install/update.php b/install/update.php index 500a89fc0..9f4457600 100644 --- a/install/update.php +++ b/install/update.php @@ -1873,4 +1873,5 @@ function update_r1154() { return UPDATE_SUCCESS; return UPDATE_FAILED; -}
\ No newline at end of file +} + diff --git a/version.inc b/version.inc index 3b70e98ac..e621e16cb 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-09-22.1163 +2015-09-23.1164 |