Incremented version number from beta branch to 2.1.2

This commit is contained in:
Andre Lorbach 2008-04-28 17:43:42 +02:00
parent 4afdabc1c7
commit 24e35c61d1

View File

@ -71,7 +71,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language
// Default Template vars
$content['BUILDNUMBER'] = "2.1.1";
$content['BUILDNUMBER'] = "2.1.2";
$content['TITLE'] = "PhpLogCon - Release " . $content['BUILDNUMBER']; // Title of the Page
$content['BASEPATH'] = $gl_root_path;
$content['EXTRA_METATAGS'] = "";