causefx 8 anni fa
parent
commit
96becf723f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      functions.php

+ 1 - 1
functions.php

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