Merge remote-tracking branch 'origin/master' into dns-editor

This commit is contained in:
Michael Kaufmann (d00p)
2016-05-18 10:34:14 +02:00
2 changed files with 9 additions and 1 deletions

View File

@@ -3313,6 +3313,14 @@ if (isFroxlorVersion('0.9.35.1') && isDatabaseVersion('201603150')) {
updateToDbVersion('201604270');
}
if (isFroxlorVersion('0.9.35.1')) {
showUpdateStep("Updating from 0.9.35.1 to 0.9.36 final");
lastStepStatus(0);
updateToVersion('0.9.36');
}
if (isDatabaseVersion('201604270')) {
showUpdateStep("Adding new dns related tables and settings");

View File

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