diff --git a/ChangeLog b/ChangeLog index c94f6ac..9ba9023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --------------------------------------------------------------------------- diff --git a/src/include/functions_common.php b/src/include/functions_common.php index d047719..829af57 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -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!