From 5af9923e29c556ddef741fbf94f4bfcb34ed6951 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 20 Jun 2017 12:06:55 +0200 Subject: [PATCH] version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 70e6060f7..d54020bc1 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.5.3' ); +define ( 'STD_VERSION', '2.5.4' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1191 );