Skip to content

Commit

Permalink
0.90.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh committed Apr 11, 2016
1 parent f1c163f commit 6051938
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/define.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/

// Current version of GLPI
define("GLPI_VERSION","0.90.2");
define("GLPI_VERSION","0.90.3");
define("GLPI_DEMO_MODE","0");

define("GLPI_USE_CSRF_CHECK", "1");
Expand Down
2 changes: 1 addition & 1 deletion install/mysql/glpi-0.90-empty.sql
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ CREATE TABLE `glpi_configs` (
UNIQUE KEY `unicity` (`context`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

INSERT INTO `glpi_configs` VALUES ('1','core','version','0.90.2');
INSERT INTO `glpi_configs` VALUES ('1','core','version','0.90.3');
INSERT INTO `glpi_configs` VALUES ('2','core','show_jobs_at_login','0');
INSERT INTO `glpi_configs` VALUES ('3','core','cut','250');
INSERT INTO `glpi_configs` VALUES ('4','core','list_limit','15');
Expand Down
3 changes: 2 additions & 1 deletion install/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ function updateDbUpTo031() {
update0901to0902();

case "0.90.2" :
case "0.90.3" :
break;

default :
Expand Down Expand Up @@ -821,7 +822,7 @@ function updateDbUpTo031() {
}

// Update version number and default langage and new version_founded ---- LEAVE AT THE END
Config::setConfigurationValues('core', array('version' => '0.90.2',
Config::setConfigurationValues('core', array('version' => '0.90.3',
'language' => $glpilanguage,
'founded_new_version' => ''));

Expand Down

0 comments on commit 6051938

Please sign in to comment.