소스 검색

update to 1.80

causefx 8 년 전
부모
커밋
f6c73efae4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions.php

+ 1 - 1
functions.php

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