Skip to content

Commit ad5b662

Browse files
committed
Updated version script for 1.9.6RC and moving to RC2 (because of that forgotten change)
1 parent 577a04a commit ad5b662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/install/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Variables used from the main/install/index.php
1414
*/
1515
$new_version = '1.9.6';
16-
$new_version_status = 'dev';
17-
$new_version_last_id = 0;
16+
$new_version_status = 'RC';
17+
$new_version_last_id = 1;
1818
$new_version_stable = false;
1919
$new_version_major = false;
2020
$software_name = 'Chamilo';

0 commit comments

Comments
 (0)