From 67dac633ce125cd2d18585b00eb3f99928ccd8dd Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Mon, 10 Jun 2013 14:39:38 +0000 Subject: [PATCH] 6.7 --- library/startup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/startup.php b/library/startup.php index 7db748f204a..e8f65c42aac 100644 --- a/library/startup.php +++ b/library/startup.php @@ -51,7 +51,7 @@ function defineConstant($name, $value) { function setupConstants() { - defineConstant('VERSION_PERGAME','V-06.6 [r'.array_at(1, explode(' ', '$Revision$ ')).']'); + defineConstant('VERSION_PERGAME','V-06.7 [r'.array_at(1, explode(' ', '$Revision$ ')).']'); defineConstant('ROOT_PATH', './'); defineConstant('ZEND_FRAMEWORK_PATH', ROOT_PATH.'../ZendFramework-1.6.2/library/'); -- GitLab