Ver código fonte

update to 1.80

causefx 8 anos atrás
pai
commit
f6c73efae4
1 arquivos alterados com 1 adições e 1 exclusões
  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'); }