From ad26eec9f27cb518867a266cf6b2c99aac686f94 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 10 Oct 2016 14:41:06 +0200 Subject: [PATCH] bump micro version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index b493bbea0..9f359d071 100755 --- a/boot.php +++ b/boot.php @@ -44,7 +44,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.12' ); +define ( 'STD_VERSION', '1.12.1' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1181 );