Explorar el Código

update to 1.80

causefx hace 8 años
padre
commit
f6c73efae4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -2,7 +2,7 @@
 
 // ===================================
 // Define Version
- define('INSTALLEDVERSION', '1.75');
+ define('INSTALLEDVERSION', '1.80');
 // ===================================
 $debugOrganizr = true;
 if($debugOrganizr == true && file_exists('debug.php')){ require_once('debug.php'); }