diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-13 12:17:08 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-13 12:17:08 +0200 |
commit | 3e431c65be4c7d0cc9640af216ffdff02695401d (patch) | |
tree | 43f7db2ec2df72fb4f995c8b5bd4c6320a974fef | |
parent | 5b0b90d1f504d368825a4bbfc483ca76d48e7a65 (diff) | |
download | volse-hubzilla-3e431c65be4c7d0cc9640af216ffdff02695401d.tar.gz volse-hubzilla-3e431c65be4c7d0cc9640af216ffdff02695401d.tar.bz2 volse-hubzilla-3e431c65be4c7d0cc9640af216ffdff02695401d.zip |
bump version
-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', '4.2RC' ); +define ( 'STD_VERSION', '4.3' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1234 ); |