Minor - Update version info

pull/2633/head
Yannick Warnier 7 years ago
parent 75b5101efc
commit 7d267caf86
  1. 4
      main/install/version.php

@ -14,9 +14,9 @@
* Variables used from the main/install/index.php. * Variables used from the main/install/index.php.
*/ */
$new_version = '1.11.8'; $new_version = '1.11.8';
$new_version_status = 'beta'; $new_version_status = 'stable';
$new_version_last_id = 0; $new_version_last_id = 0;
$new_version_stable = false; $new_version_stable = true;
$new_version_major = false; $new_version_major = false;
$software_name = 'Chamilo'; $software_name = 'Chamilo';
$software_url = 'https://chamilo.org/'; $software_url = 'https://chamilo.org/';

Loading…
Cancel
Save