set version to 0.9.36 for upcoming release

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-05-18 10:32:52 +02:00
parent eb70e619c9
commit 6ea4655fd8
2 changed files with 9 additions and 1 deletions

View File

@@ -3312,3 +3312,11 @@ 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');
}

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 = '201604270';