Minor - Update version stability

pull/2458/head
Yannick Warnier 8 years ago
parent d713cbff9f
commit 53ab0b1da5
  1. 4
      main/install/version.php

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

Loading…
Cancel
Save