From 953ca2c21ea9c1cc3390d153964a8979b466ed6d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 19 Jun 2016 19:15:26 -0700 Subject: zot_revision should be string, not float --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 94f1c5342..a297bb732 100755 --- a/boot.php +++ b/boot.php @@ -46,7 +46,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '1.8' ); -define ( 'ZOT_REVISION', 1.1 ); +define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1176 ); -- cgit v1.2.3