Skip to content

Commit

Permalink
set version to 0.9.34.1 for upcoming maintenaince release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
  • Loading branch information
d00p committed Jan 18, 2016
1 parent ca9670e commit 9fe55cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/froxlor.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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');
('panel', 'version', '0.9.34.1');


DROP TABLE IF EXISTS `panel_tasks`;
Expand Down
8 changes: 8 additions & 0 deletions install/updates/froxlor/0.9/update_0.9.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3004,3 +3004,11 @@

updateToVersion('0.9.34');
}

if (isFroxlorVersion('0.9.34')) {

showUpdateStep("Updating from 0.9.34 to 0.9.34.1");
lastStepStatus(0);

updateToVersion('0.9.34.1');
}
2 changes: 1 addition & 1 deletion lib/version.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

// Main version variable
$version = '0.9.34';
$version = '0.9.34.1';

// Database version (unused, old stuff from SysCP)
$dbversion = '2';
Expand Down

0 comments on commit 9fe55cb

Please sign in to comment.