From b7138480be3f632f303a82583f12741700c706b6 Mon Sep 17 00:00:00 2001 From: Marvin Lukaschek Date: Sun, 23 Apr 2017 19:59:36 +0200 Subject: [PATCH] Update init.php --- web/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/init.php b/web/init.php index ed18e838c..6e44a2df7 100644 --- a/web/init.php +++ b/web/init.php @@ -103,7 +103,7 @@ define('SB_GIT', true); if (!defined('SB_VERSION')) { define('SB_VERSION', '1.6.0'); - define('SB_GITREV', '$Git: 0 $'); + define('SB_GITREV', '$Git: 457 $'); } define('LOGIN_COOKIE_LIFETIME', (60*60*24*7)*2); define('COOKIE_PATH', '/');