diff options
author | Hilmar R <u02@u29lx193> | 2021-02-26 14:38:41 +0100 |
---|---|---|
committer | Hilmar R <u02@u29lx193> | 2021-02-26 14:38:41 +0100 |
commit | a04ded9cca5d6cf381ae73e18f62b42ec174a5c4 (patch) | |
tree | d6703835030b8b0ec280f770382bca305f7ca86f /boot.php | |
parent | fae551535078639668e16b074fb0c52cd23d6cd6 (diff) | |
download | volse-hubzilla-a04ded9cca5d6cf381ae73e18f62b42ec174a5c4.tar.gz volse-hubzilla-a04ded9cca5d6cf381ae73e18f62b42ec174a5c4.tar.bz2 volse-hubzilla-a04ded9cca5d6cf381ae73e18f62b42ec174a5c4.zip |
repair dd tag and set unique vsn
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.2.2' ); +define ( 'STD_VERSION', '5.2.9' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1241 ); |