set version to 0.9.39.3 for maintenance release and upcoming debian package so the new hosting-plan feature is included

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p) 2018-02-13 09:06:49 +01:00
parent 7a664a9990
commit 482e8c9a11
3 changed files with 8 additions and 2 deletions

View File

@ -687,7 +687,7 @@ opcache.interned_strings_buffer'),
('panel', 'password_special_char_required', '0'),
('panel', 'password_special_char', '!?<>§$%+#=@'),
('panel', 'customer_hide_options', ''),
('panel', 'version', '0.9.39.2'),
('panel', 'version', '0.9.39.3'),
('panel', 'db_version', '201802130');

View File

@ -3921,3 +3921,9 @@ if (isDatabaseVersion('201802120')) {
updateToDbVersion('201802130');
}
if (isFroxlorVersion('0.9.39.2')) {
showUpdateStep("Updating from 0.9.39.2 to 0.9.39.3", false);
updateToVersion('0.9.39.3');
}

View File

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