From 6ff1c29cf1218853f65201326aa884d2cbc1a823 Mon Sep 17 00:00:00 2001
From: Ghislain Loas <ghislo@sandbox.pergame.net>
Date: Mon, 18 Aug 2014 15:11:10 +0200
Subject: [PATCH] startup 6.50

---
 library/startup.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/library/startup.php b/library/startup.php
index b5215a48cee..65313091c9f 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -56,8 +56,8 @@ function defineConstant($name, $value) {
 
 
 function setupConstants() {
-	defineConstant('VERSION_PERGAME','6.49');
-	defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.3');
+	defineConstant('VERSION_PERGAME','6.50');
+	defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.0');
 
 	defineConstant('ROOT_PATH',  realpath(dirname(__FILE__).'/..').'/');
 
-- 
GitLab