diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-12 15:57:56 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-12 15:57:56 -0700 |
commit | 2a1f6e3df26bf641bbf977deaf3c5f3ac3c64449 (patch) | |
tree | f500257ee57e247f89efec14b71b0a66f9ff8d21 /boot.php | |
parent | 6f3493bb3ca3718d4b69278c96df384c8a4d5811 (diff) | |
download | volse-hubzilla-2a1f6e3df26bf641bbf977deaf3c5f3ac3c64449.tar.gz volse-hubzilla-2a1f6e3df26bf641bbf977deaf3c5f3ac3c64449.tar.bz2 volse-hubzilla-2a1f6e3df26bf641bbf977deaf3c5f3ac3c64449.zip |
update std_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/hubloc.php'); define ( 'PLATFORM_NAME', 'red' ); -define ( 'STD_VERSION', '2.3' ); +define ( 'STD_VERSION', '5.2' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1188 ); |