diff --git a/compiler.php b/compiler.php
index 7b71dba..ea05a30 100755
--- a/compiler.php
+++ b/compiler.php
@@ -10,7 +10,7 @@ chdir( realpath( dirname( __FILE__ ) ) );
// output files and common attrs
define( "IFM_CDN", true );
-define( "IFM_VERSION", "v2.6.1" );
+define( "IFM_VERSION", "v2.6.1" );
define( "IFM_RELEASE_DIR", "dist/");
define( "IFM_STANDALONE", "ifm.php" );
define( "IFM_STANDALONE_GZ", "ifm.min.php" );