bump STD_VERSION due to possible js chaching issue with new jotnets implementation
This commit is contained in:
parent
ba33c51b8c
commit
2226d708ba
2
boot.php
2
boot.php
@ -44,7 +44,7 @@ require_once('include/account.php');
|
|||||||
|
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '1.13' );
|
define ( 'STD_VERSION', '1.13.1' );
|
||||||
define ( 'ZOT_REVISION', '1.1' );
|
define ( 'ZOT_REVISION', '1.1' );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1182 );
|
define ( 'DB_UPDATE_VERSION', 1182 );
|
||||||
|
Reference in New Issue
Block a user