Skip to content

Commit

Permalink
set version to 0.9.38-rc2 for second release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
d00p committed Nov 7, 2016
1 parent d6b5626 commit fad607c
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -576,7 +576,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES
('panel', 'password_special_char_required', '0'),
('panel', 'password_special_char', '!?<>§$%+#=@'),
('panel', 'customer_hide_options', ''),
('panel', 'version', '0.9.38-rc1'),
('panel', 'version', '0.9.38-rc2'),
('panel', 'db_version', '201610070');


Expand Down
6 changes: 6 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 @@ -3507,3 +3507,9 @@
showUpdateStep("Updating from 0.9.37 to 0.9.38-rc1", false);
updateToVersion('0.9.38-rc1');
}

if (isFroxlorVersion('0.9.38-rc1')) {

showUpdateStep("Updating from 0.9.38-rc1 to 0.9.38-rc2", false);
updateToVersion('0.9.38-rc2');
}
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.38-rc1';
$version = '0.9.38-rc2';

// Database version (YYYYMMDDC where C is a daily counter)
$dbversion = '201610070';
Expand Down

0 comments on commit fad607c

Please sign in to comment.