set version to 0.9.39.1 for maintenance release

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-10 16:06:57 +01:00
parent 2980397545
commit 13b1503bf2
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', '!?<>§$%+#=@'),
('panel', 'customer_hide_options', ''),
('panel', 'version', '0.9.39'),
('panel', 'version', '0.9.39.1'),
('panel', 'db_version', '201801260');

View File

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