zot_revision should be string, not float
This commit is contained in:
parent
8b42834c3f
commit
953ca2c21e
2
boot.php
2
boot.php
@ -46,7 +46,7 @@ require_once('include/account.php');
|
|||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '1.8' );
|
define ( 'STD_VERSION', '1.8' );
|
||||||
define ( 'ZOT_REVISION', 1.1 );
|
define ( 'ZOT_REVISION', '1.1' );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1176 );
|
define ( 'DB_UPDATE_VERSION', 1176 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user