diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-02-20 09:04:48 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-02-20 09:04:48 +0100 |
commit | a700ef5e241231407afdc989426bed8593cbcc28 (patch) | |
tree | c170d8dfa5d926f36d6ba2714f697ea0dba0aa8f /boot.php | |
parent | 65e8ed6871ba40b1582853cf3e20822232226b24 (diff) | |
download | volse-hubzilla-a700ef5e241231407afdc989426bed8593cbcc28.tar.gz volse-hubzilla-a700ef5e241231407afdc989426bed8593cbcc28.tar.bz2 volse-hubzilla-a700ef5e241231407afdc989426bed8593cbcc28.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.9.6' ); +define ( 'STD_VERSION', '4.0RC' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1230 ); |