Updated Version number to stable 2.2.0

This commit is contained in:
Andre Lorbach 2008-06-10 15:38:39 +02:00
parent 67ca63dda5
commit ce56d8b6d7
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
---------------------------------------------------------------------------
Version 2.2.0 (v2-stable), 2008-06-10
- Moved beta branch to v2-stable branch.
---------------------------------------------------------------------------
Version 2.1.6 (beta), 2008-05-19
- Fixed filter bug, if you want to filter with ":", you can do this by
using "\:" now.

View File

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