diff --git a/ChangeLog b/ChangeLog index e54baac..e7fb38a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 2.7.1 (beta), 2009-05-06 +- Merged bugfixes from 2.6.3 stable into beta branch +--------------------------------------------------------------------------- Version 2.6.3 (v2-stable), 2009-04-29 - Fixed a bug that caused fields like syslog facily, severity or messagetype to be shown numeric instead of readable diff --git a/src/include/functions_common.php b/src/include/functions_common.php index f6a2128..57b5263 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.0"; +$content['BUILDNUMBER'] = "2.7.1"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!