bump std version to prevent issues with context help js changes

This commit is contained in:
Mario Vavti 2016-04-23 16:55:55 +02:00
parent 57110cbe76
commit 665a517a47

View File

@ -47,7 +47,7 @@ require_once('include/account.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')));
define ( 'STD_VERSION', '1.4.2' );
define ( 'STD_VERSION', '1.4.3' );
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1166 );