From 953ac6f3c7a341da2ed78335568b01828e45df46 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 20 Jun 2016 22:03:39 +0200 Subject: last merge from master did reset the std_version to 1.8 - set it back to 1.9 for dev --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index dbfc16dd8..d0d69b358 100755 --- a/boot.php +++ b/boot.php @@ -45,7 +45,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.8' ); +define ( 'STD_VERSION', '1.9' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1178 ); -- cgit v1.2.3