From d11d36040d189431a85d0e379fc2af2ca8ed8756 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 18 Sep 2017 16:39:43 +0200 Subject: [PATCH] version bump --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index ad6b8b7b0..0908b797a 100755 --- a/boot.php +++ b/boot.php @@ -49,7 +49,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.6.2' ); +define ( 'STD_VERSION', '2.6.3' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1193 );