mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
corrected version number
This commit is contained in:
parent
d820eaca6e
commit
7c92fd7d6b
@ -1,5 +1,5 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 4.0.1 (beta), 2014-10-29
|
||||
Version 4.1.1 (beta), 2014-10-29
|
||||
- Included jquery library into Loganalyzer
|
||||
- Included jquery-ui library into Loganalyzer
|
||||
- Message Popup Window is a jquery-iu dialog now.
|
||||
|
@ -65,7 +65,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "4.0.1";
|
||||
$content['BUILDNUMBER'] = "4.1.1";
|
||||
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
|
||||
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||
$content['BASEPATH'] = $gl_root_path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user