mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Updated Version number to stable 2.2.0
This commit is contained in:
parent
67ca63dda5
commit
ce56d8b6d7
@ -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.
|
||||
|
@ -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'] = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user