diff --git a/ChangeLog b/ChangeLog index a7b30da..b5b1170 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index c676654..d2ed94c 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -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'] = "";