set version to 0.9.39.2 for bugfix release

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-12 07:49:07 +01:00
parent 216f013c96
commit 017396197e
3 changed files with 8 additions and 2 deletions

View File

@@ -686,7 +686,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.39.1'), ('panel', 'version', '0.9.39.2'),
('panel', 'db_version', '201801260'); ('panel', 'db_version', '201801260');

View File

@@ -3886,3 +3886,9 @@ if (isFroxlorVersion('0.9.39')) {
showUpdateStep("Updating from 0.9.39 to 0.9.39.1", false); showUpdateStep("Updating from 0.9.39 to 0.9.39.1", false);
updateToVersion('0.9.39.1'); updateToVersion('0.9.39.1');
} }
if (isFroxlorVersion('0.9.39.1')) {
showUpdateStep("Updating from 0.9.39.1 to 0.9.39.2", false);
updateToVersion('0.9.39.2');
}

View File

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