version
This commit is contained in:
parent
ce8990e1bf
commit
99eaf7ecae
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
global $version_noalyss;
|
||||
// version
|
||||
define('NOALYSS_VERSION', 9313 );
|
||||
define('NOALYSS_VERSION', 9314 );
|
||||
|
||||
// Database schema version
|
||||
define("DBVERSION", 203);
|
||||
|
|
@ -425,4 +425,4 @@ function noalyss_class_autoloader($class)
|
|||
|
||||
spl_autoload_register('\noalyss_class_autoloader', true);
|
||||
|
||||
require_once NOALYSS_BASE.'/vendor/autoload.php';
|
||||
require_once NOALYSS_BASE.'/vendor/autoload.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue