set version to 0.9.39 for upcoming release

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-06 12:19:21 +01:00
parent f38a0fd8b6
commit d122cdac28
4 changed files with 9 additions and 3 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.38.8'),
('panel', 'version', '0.9.39'),
('panel', 'db_version', '201801260');

View File

@@ -3874,3 +3874,9 @@ if (isDatabaseVersion('201801110')) {
updateToDbVersion('201801260');
}
if (isFroxlorVersion('0.9.38.8')) {
showUpdateStep("Updating from 0.9.38.8 to 0.9.39 final", false);
updateToVersion('0.9.39');
}

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<froxlor>
<distribution name="Debian" codename="Wheezy" version="7.x" defaulteditor="/usr/bin/nano">
<distribution name="Debian" codename="Wheezy" version="7.x" defaulteditor="/usr/bin/nano" deprecated="true">
<services>
<!-- HTTP -->
<service type="http" title="{{lng.admin.configfiles.http}}">

View File

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