Internal: Remove commented old syntax in version.php

pull/5671/head
Yannick Warnier 1 year ago
parent 2f5dcd28f6
commit 59076f1830
  1. 7
      public/main/install/version.php

@ -8,13 +8,6 @@
* required from any other process of Chamilo than the installation or upgrade.
* It also helps for automatic packaging of unstable versions.
*/
/*$new_version = '2.0.0';
$new_version_status = 'alpha';
$new_version_last_id = 0;
$new_version_stable = false;
$new_version_major = true;
$software_name = 'Chamilo';
$software_url = 'https://chamilo.org/';*/
return [
'new_version' => '2.0.0',

Loading…
Cancel
Save