From fc20396c6d28034d3005cfe4bc13cd9affea4122 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Fri, 9 Oct 2020 18:18:58 +0200 Subject: [PATCH] Version 2.6.3 Signed-off-by: Marco Dickert --- compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler.php b/compiler.php index c90a351..ea65c96 100755 --- a/compiler.php +++ b/compiler.php @@ -9,7 +9,7 @@ chdir(realpath(dirname(__FILE__))); // output files and common attrs -define( "IFM_VERSION", "v2.6.2" ); +define( "IFM_VERSION", "v2.6.3" ); define( "IFM_RELEASE_DIR", "dist/"); define( "IFM_STANDALONE", "ifm.php" ); define( "IFM_STANDALONE_GZ", "ifm.min.php" );