diff options
author | Mario <mario@mariovavti.com> | 2021-01-05 08:44:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-05 08:44:10 +0000 |
commit | ca70ad1a9ff496fb36c82dbdc11e4640f884a031 (patch) | |
tree | 87271f11a1ea62fb4786584162e21a90e9065174 /boot.php | |
parent | a250419b5920e0c34f00e6744b066a81df155106 (diff) | |
download | volse-hubzilla-ca70ad1a9ff496fb36c82dbdc11e4640f884a031.tar.gz volse-hubzilla-ca70ad1a9ff496fb36c82dbdc11e4640f884a031.tar.bz2 volse-hubzilla-ca70ad1a9ff496fb36c82dbdc11e4640f884a031.zip |
version and 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', '5.1.11' ); +define ( 'STD_VERSION', '5.2RC' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1240 ); |