From ce56d8b6d73b6af8ca981b149e65c962b254843b Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 10 Jun 2008 15:38:39 +0200 Subject: [PATCH] Updated Version number to stable 2.2.0 --- ChangeLog | 3 +++ src/include/functions_common.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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'] = "";