set version to 0.9.40.1 for bugfix release

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-11-27 18:41:05 +01:00
parent 1dc9ea6fb1
commit d326fad21e
3 changed files with 8 additions and 2 deletions

View File

@@ -684,7 +684,7 @@ opcache.interned_strings_buffer'),
('panel', 'password_special_char_required', '0'), ('panel', 'password_special_char_required', '0'),
('panel', 'password_special_char', '!?<>§$%+#=@'), ('panel', 'password_special_char', '!?<>§$%+#=@'),
('panel', 'customer_hide_options', ''), ('panel', 'customer_hide_options', ''),
('panel', 'version', '0.9.40'), ('panel', 'version', '0.9.40.1'),
('panel', 'db_version', '201809280'); ('panel', 'db_version', '201809280');

View File

@@ -4066,3 +4066,9 @@ if (isFroxlorVersion('0.9.39.5')) {
showUpdateStep("Updating from 0.9.39.5 to 0.9.40", false); showUpdateStep("Updating from 0.9.39.5 to 0.9.40", false);
updateToVersion('0.9.40'); updateToVersion('0.9.40');
} }
if (isFroxlorVersion('0.9.40')) {
showUpdateStep("Updating from 0.9.40 to 0.9.40.1", false);
updateToVersion('0.9.40.1');
}

View File

@@ -16,7 +16,7 @@
*/ */
// Main version variable // Main version variable
$version = '0.9.40'; $version = '0.9.40.1';
// Database version (YYYYMMDDC where C is a daily counter) // Database version (YYYYMMDDC where C is a daily counter)
$dbversion = '201809280'; $dbversion = '201809280';