diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-13 12:13:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-13 12:13:18 +0200 |
commit | 5b0b90d1f504d368825a4bbfc483ca76d48e7a65 (patch) | |
tree | 46c67d6da43a2eb51f6aaacbca4790654021e889 /boot.php | |
parent | d16714e84b2d4be1bd2306592601b4a9272ba03d (diff) | |
download | volse-hubzilla-5b0b90d1f504d368825a4bbfc483ca76d48e7a65.tar.gz volse-hubzilla-5b0b90d1f504d368825a4bbfc483ca76d48e7a65.tar.bz2 volse-hubzilla-5b0b90d1f504d368825a4bbfc483ca76d48e7a65.zip |
bump version, update autoload cache and update 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', '4.1.3' ); +define ( 'STD_VERSION', '4.2RC' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1234 ); |