From 24e35c61d1bed7e2205964d428521b7490503e61 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Mon, 28 Apr 2008 17:43:42 +0200 Subject: [PATCH] Incremented version number from beta branch to 2.1.2 --- src/include/functions_common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 136d249..b424412 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -71,7 +71,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "2.1.1"; +$content['BUILDNUMBER'] = "2.1.2"; $content['TITLE'] = "PhpLogCon - Release " . $content['BUILDNUMBER']; // Title of the Page $content['BASEPATH'] = $gl_root_path; $content['EXTRA_METATAGS'] = "";