diff --git a/ChangeLog b/ChangeLog index 5bfeed5..120c8f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +--------------------------------------------------------------------------- +Version 2.5.4 (devel), 2008-08-05 +- Included fixed from Beta v2.3.9 +--------------------------------------------------------------------------- Version 2.3.9 (beta), 2008-08-07 - Fixed a bug in the parsing of RFC 3164 date and time stamps which occured from the 1st to the 9th of each month. During this time, the diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 0f1e39d..415e6e7 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.5.3"; +$content['BUILDNUMBER'] = "2.5.4"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!