From 9b7759e8503c7beee7598de1d9416852e124c8d2 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Fri, 8 Aug 2008 14:21:55 +0200 Subject: [PATCH] Added changelog entry --- ChangeLog | 4 ++++ src/include/functions_common.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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!