last merge from master did reset the std_version to 1.8 - set it back to 1.9 for dev
This commit is contained in:
parent
985fb44424
commit
953ac6f3c7
2
boot.php
2
boot.php
@ -45,7 +45,7 @@ require_once('include/account.php');
|
|||||||
|
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '1.8' );
|
define ( 'STD_VERSION', '1.9' );
|
||||||
define ( 'ZOT_REVISION', '1.1' );
|
define ( 'ZOT_REVISION', '1.1' );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1178 );
|
define ( 'DB_UPDATE_VERSION', 1178 );
|
||||||
|
Reference in New Issue
Block a user