Skip to content

Commit

Permalink
add version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert Müller committed Sep 1, 2015
1 parent c5c6d65 commit f35286f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions www/install/upgrade/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@
"operation" => "9.0/upgrade.database.php",
"newversion" => '9.0-rc1'
));
case '9.0-rc1.7':
case '9.0-rc1.7': // because of previous released upgrade scripts
case '9.0-rc1':
array_push($todo, array(
"description" => "Installing missing objects",
"operation" => "9.0/install.missing.data.php",
"newversion" => "9.0-rc2.1"
"newversion" => "9.0"
));
case '9.0-rc2.1':
array_push($todo, array(
Expand All @@ -223,7 +223,13 @@
array_push($todo, array(
"description" => "Update libraries for muze and vedor",
"operation" => "all/upgrade.muze.libs.php",
"newversion" => "9.1-rc1.2"
"newversion" => "9.1"
));
case '9.1-rc1.2':
array_push($todo, array(
"description" => "Bumping revision to 9.1",
"operation" => "all/dummy.php",
"newversion" => "9.1"
));

}
Expand Down

0 comments on commit f35286f

Please sign in to comment.