From 6ea4655fd8ed5d03a83d10904f39202582435118 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 18 May 2016 10:32:52 +0200 Subject: [PATCH] set version to 0.9.36 for upcoming release Signed-off-by: Michael Kaufmann (d00p) --- install/updates/froxlor/0.9/update_0.9.inc.php | 8 ++++++++ lib/version.inc.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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';