1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-08 22:26:55 +02:00

Update Monstra.php

This commit is contained in:
Awilum
2013-01-19 21:13:13 +02:00
parent 70a9286c33
commit b050af69d1

View File

@@ -39,7 +39,7 @@ class Monstra
/**
* The version of Monstra
*/
const VERSION = '2.1.3';
const VERSION = '2.2.0 DEV';
/**
* Monstra environment
@@ -157,6 +157,9 @@ class Monstra
// Idiorm
'ORM' => ROOT . DS .'libraries'. DS . 'Idiorm'. DS .'ORM.php',
// PHPMailer
'PHPMailer' => ROOT . DS .'libraries'. DS . 'PHPMailer'. DS .'PHPMailer.php',
));
/**