diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-04 12:00:59 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-04 12:00:59 +0200 |
commit | 76e644e18af572e5ea96223a2ad3c48f5e34be37 (patch) | |
tree | 47c03537539887388e7a2ba8910321ca6aa2ccaf /boot.php | |
parent | a0cefe7fdbf3d3336402ecc59aabe4df508a19a6 (diff) | |
download | volse-hubzilla-76e644e18af572e5ea96223a2ad3c48f5e34be37.tar.gz volse-hubzilla-76e644e18af572e5ea96223a2ad3c48f5e34be37.tar.bz2 volse-hubzilla-76e644e18af572e5ea96223a2ad3c48f5e34be37.zip |
bump version
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.5.2' ); +define ( 'STD_VERSION', '3.5.3' ); define ( 'ZOT_REVISION', '6.0a' ); |