diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-18 08:39:43 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-18 08:39:43 +0200 |
commit | 19782655e6110c615b017059ae5b3e10e7d71d60 (patch) | |
tree | c843d385d8bc0b2961d31e6eb7942f497f3fa692 /boot.php | |
parent | 440ccf19d1b21d293f134e03233f0dd564cdc5ba (diff) | |
download | volse-hubzilla-19782655e6110c615b017059ae5b3e10e7d71d60.tar.gz volse-hubzilla-19782655e6110c615b017059ae5b3e10e7d71d60.tar.bz2 volse-hubzilla-19782655e6110c615b017059ae5b3e10e7d71d60.zip |
version bump and strings
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.3.5' ); +define ( 'STD_VERSION', '3.4RC' ); define ( 'ZOT_REVISION', '6.0a' ); |