Skip to content

Commit 930aea2

Browse files
committed
Install: Bump Chamilo version number stability in preparation for stable release of 1.11.12
1 parent 70bd207 commit 930aea2

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
@@ -14,9 +14,9 @@
1414
* Variables used from the main/install/index.php.
1515
*/
1616
$new_version = '1.11.12';
17-
$new_version_status = 'beta';
17+
$new_version_status = 'stable';
1818
$new_version_last_id = 0;
19-
$new_version_stable = false;
19+
$new_version_stable = true;
2020
$new_version_major = false;
2121
$software_name = 'Chamilo';
2222
$software_url = 'https://chamilo.org/';

0 commit comments

Comments
 (0)