From d74b665c4f1f44ef7941e8d9db8f4c9d8ea656e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 6 Mar 2009 21:29:09 +0000 Subject: [PATCH] For profi-concept... :) --- .gitignore | 1 + inc/databases.php | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f5a6b94db8..e4e0aa1585 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ inc/.secret/.* inc/cache/*.cache inc/cache/*.log +inc/cache/.revision diff --git a/inc/databases.php b/inc/databases.php index 9e37689206..42c3be6524 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -83,8 +83,7 @@ define('SERVER_URL', "http://www.mxchange.org"); // Full version string: /([0-9]){1}\.([0-9]){1}\.([0-9]){1}(-(alpha|beta|pre|rc([1-3]))([0-9]+))?/ // If you understand regular expressions ^^^ you may know how I versionize... ;-) -//define('FULL_VERSION', getActualVersion('Tag')); -define('FULL_VERSION', "0.2.1-FINAL"); +define('FULL_VERSION', getActualVersion('Tag')); // Replacement strings $GLOBALS['replacer'] = array( -- 2.30.2