From 41b8afb676c710a7b194607519357ca8c4d227f9 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Mon, 17 Aug 2009 15:37:46 +0200 Subject: [PATCH] Added changelog entry for 2.7.2 --- ChangeLog | 3 +++ src/include/functions_common.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0762f0b..a5e60af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 2.7.2 (beta), 2009-08-17 +- Merged bugfixes and changes from 2.6.4 stable into beta branch +--------------------------------------------------------------------------- Version 2.6.4 (v2-stable), 2009-08-14 - Removed unneeded call for define_syslog_variables, which is depreceated in php 5.3 and will be removed in php6 diff --git a/src/include/functions_common.php b/src/include/functions_common.php index a522a57..cd99601 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.1"; +$content['BUILDNUMBER'] = "2.7.2"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!