X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fversions.php;h=5441305956ba567a59a83905f8f77e71b78f9c52;hb=6f84557682d510da8dd04a1e2b6408431090126f;hp=a449bb28586c1be56358c1bb14b7bc9f080f91c0;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/versions.php b/inc/versions.php index a449bb2858..5441305956 100644 --- a/inc/versions.php +++ b/inc/versions.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * 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')); // ?>