corrected version number

This commit is contained in:
Andre Lorbach 2014-10-29 14:33:40 +01:00
parent d820eaca6e
commit 7c92fd7d6b
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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;