diff options
author | Mario <mario@mariovavti.com> | 2024-01-07 15:34:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-07 15:34:25 +0000 |
commit | 5ee4f37b8d2bfaee253e0e65acb74a414c602a33 (patch) | |
tree | 5b19ca33d305f099f9dfd6ed3ff403d5e01f9bc3 /boot.php | |
parent | 3dc122db8402a17cc2ffe015552d116d66243f1b (diff) | |
download | volse-hubzilla-5ee4f37b8d2bfaee253e0e65acb74a414c602a33.tar.gz volse-hubzilla-5ee4f37b8d2bfaee253e0e65acb74a414c602a33.tar.bz2 volse-hubzilla-5ee4f37b8d2bfaee253e0e65acb74a414c602a33.zip |
DB update 1260 - REQUIRES SODIUM PHP EXTENSION!!!
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ define('PLATFORM_NAME', 'hubzilla'); define('STD_VERSION', '8.9.1'); define('ZOT_REVISION', '6.0'); -define('DB_UPDATE_VERSION', 1259); +define('DB_UPDATE_VERSION', 1260); define('PROJECT_BASE', __DIR__); |