From a6466ab82ee244be5e175ccbeb3bccace44b017a Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Mon, 17 Jun 2013 14:48:13 +0000
Subject: [PATCH] 6.8

---
 library/startup.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/startup.php b/library/startup.php
index e8f65c42aac..74600c0ba30 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -51,7 +51,7 @@ function defineConstant($name, $value) {
 
 
 function setupConstants() {
-	defineConstant('VERSION_PERGAME','V-06.7 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
+	defineConstant('VERSION_PERGAME','V-06.8 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
 	defineConstant('ROOT_PATH',  './');
 	defineConstant('ZEND_FRAMEWORK_PATH',  ROOT_PATH.'../ZendFramework-1.6.2/library/');
 
-- 
GitLab