zot_revision should be string, not float

This commit is contained in:
redmatrix 2016-06-19 19:15:26 -07:00
parent 8b42834c3f
commit 953ca2c21e

View File

@ -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 );