diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index 5a096f90..5b8c4851 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -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'); +} diff --git a/lib/version.inc.php b/lib/version.inc.php index 2d17e6d1..655221e6 100644 --- a/lib/version.inc.php +++ b/lib/version.inc.php @@ -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';