From 9bf784f64ea5560f2f6a53a88842ee694097d430 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 7 Sep 2015 13:33:22 +0200 Subject: [PATCH] set version to 0.9.34 for upcoming release Signed-off-by: Michael Kaufmann (d00p) --- install/froxlor.sql | 2 +- install/updates/froxlor/0.9/update_0.9.inc.php | 8 ++++++++ lib/version.inc.php | 2 +- templates/misc/standardcustomer/index.html | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index 5ea4c9fd..d91e05ff 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -539,7 +539,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('panel', 'password_numeric', '0'), ('panel', 'password_special_char_required', '0'), ('panel', 'password_special_char', '!?<>ยง$%+#=@'), - ('panel', 'version', '0.9.34-dev4'); + ('panel', 'version', '0.9.34'); DROP TABLE IF EXISTS `panel_tasks`; 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 a59083ef..dfda7dcb 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2996,3 +2996,11 @@ if (isFroxlorVersion('0.9.34-dev3')) { updateToVersion('0.9.34-dev4'); } + +if (isFroxlorVersion('0.9.34-dev4')) { + + showUpdateStep("Updating from 0.9.34-dev4 to 0.9.34 final"); + lastStepStatus(0); + + updateToVersion('0.9.34'); +} diff --git a/lib/version.inc.php b/lib/version.inc.php index c40eb019..18c66676 100644 --- a/lib/version.inc.php +++ b/lib/version.inc.php @@ -16,7 +16,7 @@ */ // Main version variable -$version = '0.9.34-dev4'; +$version = '0.9.34'; // Database version (unused, old stuff from SysCP) $dbversion = '2'; diff --git a/templates/misc/standardcustomer/index.html b/templates/misc/standardcustomer/index.html index fb1b74dc..b60fd263 100644 --- a/templates/misc/standardcustomer/index.html +++ b/templates/misc/standardcustomer/index.html @@ -57,7 +57,7 @@