Skip to content

Commit

Permalink
Updated version script for 1.9.6RC and moving to RC2 (because of that…
Browse files Browse the repository at this point in the history
… forgotten change)
  • Loading branch information
ywarnier committed May 24, 2013
1 parent 577a04a commit ad5b662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/install/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Variables used from the main/install/index.php
*/
$new_version = '1.9.6';
$new_version_status = 'dev';
$new_version_last_id = 0;
$new_version_status = 'RC';
$new_version_last_id = 1;
$new_version_stable = false;
$new_version_major = false;
$software_name = 'Chamilo';
Expand Down

0 comments on commit ad5b662

Please sign in to comment.