From 00a49b42e4083e7156471105cb252263baff7f6e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 5 Jul 2017 11:19:05 +0200 Subject: [PATCH] version 2.5.8 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index f528d2a37..171382e0c 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.5.7' ); +define ( 'STD_VERSION', '2.5.8' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1192 );