]> git.mxchange.org Git - mailer.git/blobdiff - inc/versions.php
Several more constants rewritten to getConfig()
[mailer.git] / inc / versions.php
index a449bb28586c1be56358c1bb14b7bc9f080f91c0..5441305956ba567a59a83905f8f77e71b78f9c52 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Versionsdefinierungen                            *
  * -------------------------------------------------------------------- *
- * $Revision:: 880                                                    $ *
- * $Date:: 2009-03-07 03:55:57 +0100 (Sat, 07 Mar 2009)               $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: quix0r                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -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'));
 
 //
 ?>