diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-13 22:11:08 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-13 22:11:08 +0200 |
commit | 7543e27eae48bb9d2cfa269ccfaff114ca0ba524 (patch) | |
tree | d574591810152925f4365ebdcc55601807b6a8e3 /boot.php | |
parent | 8a43bead742f94e801976531d0225edbd57389e0 (diff) | |
download | volse-hubzilla-7543e27eae48bb9d2cfa269ccfaff114ca0ba524.tar.gz volse-hubzilla-7543e27eae48bb9d2cfa269ccfaff114ca0ba524.tar.bz2 volse-hubzilla-7543e27eae48bb9d2cfa269ccfaff114ca0ba524.zip |
version and strings update
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.4' ); +define ( 'STD_VERSION', '3.3.5' ); define ( 'ZOT_REVISION', '6.0a' ); |