| Línea 14... |
Línea 14... |
| 14 |
//
|
14 |
//
|
| 15 |
// You should have received a copy of the GNU General Public License
|
15 |
// You should have received a copy of the GNU General Public License
|
| 16 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
16 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
| Línea 17... |
Línea 17... |
| 17 |
|
17 |
|
| 18 |
/**
|
18 |
/**
|
| 19 |
* MOODLE VERSION INFORMATION
|
19 |
* MOODLE VERSION INFORMATION.
|
| 20 |
*
|
20 |
*
|
| 21 |
* This file defines the current version of the core Moodle code being used.
|
21 |
* This file defines the current version of the core Moodle code being used.
|
| 22 |
* This is compared against the values stored in the database to determine
|
22 |
* This is compared against the values stored in the database to determine
|
| 23 |
* whether upgrades should be performed (see lib/db/*.php)
|
23 |
* whether upgrades should be performed (see lib/db/*.php)
|
| Línea 27... |
Línea 27... |
| 27 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
27 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 28 |
*/
|
28 |
*/
|
| Línea 29... |
Línea 29... |
| 29 |
|
29 |
|
| Línea 30... |
Línea 30... |
| 30 |
defined('MOODLE_INTERNAL') || die();
|
30 |
defined('MOODLE_INTERNAL') || die();
|
| 31 |
|
31 |
|
| 32 |
$version = 2024042202.00; // 20240422 = branching date YYYYMMDD - do not modify!
|
32 |
$version = 2025041402.13; // 20250414 = branching date YYYYMMDD - do not modify!
|
| 33 |
// RR = release increments - 00 in DEV branches.
|
33 |
// RR = release increments - 00 in DEV branches.
|
| 34 |
// .XX = incremental changes.
|
34 |
// .XX = incremental changes.
|
| 35 |
$release = '4.4.2 (Build: 20240812)'; // Human-friendly version name
|
35 |
$release = '5.0.2+ (Build: 20250923)'; // Human-friendly version name
|