1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-10 01:56:30 +02:00

adjusted version number

This commit is contained in:
Marco Dickert
2017-07-03 11:31:21 +02:00
parent f4a7ae2053
commit 8ba3f99e8f

View File

@@ -14,7 +14,7 @@ error_reporting( E_ALL );
ini_set( 'display_errors', 'OFF' );
class IFM {
const VERSION = '2.3.1';
const VERSION = '2.4.0';
public function __construct() {
session_start();