diff options
author | Mario <mario@mariovavti.com> | 2024-07-15 10:34:43 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-07-15 10:34:43 +0000 |
commit | 6ced7ecf896cfcbe6508f13e6a1629fcd7802539 (patch) | |
tree | 618d5ba9d6c16273358419fba55ca9fd28872ed9 /boot.php | |
parent | 2d467a15ba9037f33b1f168995bc4fe7140c415d (diff) | |
download | volse-hubzilla-6ced7ecf896cfcbe6508f13e6a1629fcd7802539.tar.gz volse-hubzilla-6ced7ecf896cfcbe6508f13e6a1629fcd7802539.tar.bz2 volse-hubzilla-6ced7ecf896cfcbe6508f13e6a1629fcd7802539.zip |
missing pdl for mod import
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '9.3'); +define('STD_VERSION', '9.3.1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263); |