From 4ff8fe89656de6ccd8c1f3eac5aaba87bc06784b Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Thu, 23 Nov 2023 15:44:18 +0100 Subject: [PATCH] Version 4.0.1 --- compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler.php b/compiler.php index 96d8fc0..2108a0d 100755 --- a/compiler.php +++ b/compiler.php @@ -9,7 +9,7 @@ chdir(realpath(dirname(__FILE__))); // output files and common attrs -define( "IFM_VERSION", "v4.0" ); +define( "IFM_VERSION", "v4.0.1" ); define( "IFM_RELEASE_DIR", "dist/"); define( "IFM_STANDALONE", "ifm.php" ); define( "IFM_STANDALONE_GZ", "ifm.min.php" );