From c9efe903823482cd9168a8a0ee1e70017709be2a Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Mon, 3 Sep 2012 07:23:49 +0000
Subject: [PATCH] V5.26

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

diff --git a/library/startup.php b/library/startup.php
index 785eed00476..47733d14b12 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -51,7 +51,7 @@ function defineConstant($name, $value) {
 
 
 function setupConstants($cfg) {
-	defineConstant('VERSION_PERGAME','V-05.25 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
+	defineConstant('VERSION_PERGAME','V-05.26 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
 	defineConstant('ROOT_PATH',  './');
 
 	defineConstant('MODULEDIRECTORY','./application/modules');
-- 
GitLab