diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-23 16:55:55 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-23 16:55:55 +0200 |
commit | 665a517a47c1941de18d586b47dc8fc6360b8fda (patch) | |
tree | 84e13a257bc9808aabde01682588f5e72c685102 | |
parent | 57110cbe76f7af4d0b3d2f83f9c59a1ba23a1697 (diff) | |
download | volse-hubzilla-665a517a47c1941de18d586b47dc8fc6360b8fda.tar.gz volse-hubzilla-665a517a47c1941de18d586b47dc8fc6360b8fda.tar.bz2 volse-hubzilla-665a517a47c1941de18d586b47dc8fc6360b8fda.zip |
bump std version to prevent issues with context help js changes
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |