causefx 8 лет назад
Родитель
Сommit
f6c73efae4
1 измененных файлов с 1 добавлено и 1 удалено
  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'); }