Skip to content

Commit 6c6c106

Browse files
committed
Undo 1.9.4 changed
1 parent c28bf72 commit 6c6c106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/install/version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
/**
1212
* Variables used from the main/install/index.php
1313
*/
14-
$new_version = '1.9.4';
14+
$new_version = '1.9.2';
1515
$new_version_status = 'Stable';
16-
$new_version_last_id = 1;
17-
$new_version_stable = false;
16+
$new_version_last_id = 2;
17+
$new_version_stable = true;
1818
$new_version_major = false;
1919
$software_name = 'Chamilo';
2020
$software_url = 'http://www.chamilo.org/';

0 commit comments

Comments
 (0)