]> git.mxchange.org Git - mailer.git/blobdiff - inc/versions.php
Should not be loadInclude() here, we need to rewrite EXT_LOAD_MODE and EXT_VER here
[mailer.git] / inc / versions.php
index dd2428255914169c76077a7ba9a1e96189bef5b0..5441305956ba567a59a83905f8f77e71b78f9c52 100644 (file)
@@ -43,11 +43,11 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // If you understand regular expressions ^^^ you may know how I versionize... ;-)
-define('FULL_VERSION', getActualVersion('Tag'));
+setConfigEntry('FULL_VERSION', getActualVersion('Tag'));
 
 // Current SVN revision and date
-define('CURR_SVN_REVISION', getActualVersion('Revision'));
-define('CURR_SVN_DATE'    , getActualVersion('Date'));
+setConfigEntry('CURR_SVN_REVISION', getActualVersion('Revision'));
+setConfigEntry('CURR_SVN_DATE'    , getActualVersion('Date'));
 
 //
 ?>