Merged previous Beta branch into Stable branch

This commit is contained in:
Andre Lorbach 2010-01-14 10:40:55 +01:00
parent cb04a1a2ae
commit e0dae0d52a
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
---------------------------------------------------------------------------
Version 2.8.0 (v2-stable), 2010-01-14
- Merged previous Beta branch into Stable branch and set
new version number 2.8
---------------------------------------------------------------------------
Version 2.7.3 (beta), 2009-11-17
- Merged bugfixes and changes from 2.6.5 stable into beta branch
---------------------------------------------------------------------------

View File

@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language
// Default Template vars
$content['BUILDNUMBER'] = "2.7.3";
$content['BUILDNUMBER'] = "2.8.0";
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
$content['BASEPATH'] = $gl_root_path;
$content['SHOW_DONATEBUTTON'] = true; // Default = true!