diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-15 19:24:15 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-15 19:24:15 +0100 |
commit | 9e251a1abcc50af0f678a17d3a688f4ba9e4a4fc (patch) | |
tree | cd58fb823f3b9019c2e69f533027eaedcd9cc208 /boot.php | |
parent | 45b42cbc1c5356da61923f5bc2fbca1cec9f9119 (diff) | |
download | volse-hubzilla-9e251a1abcc50af0f678a17d3a688f4ba9e4a4fc.tar.gz volse-hubzilla-9e251a1abcc50af0f678a17d3a688f4ba9e4a4fc.tar.bz2 volse-hubzilla-9e251a1abcc50af0f678a17d3a688f4ba9e4a4fc.zip |
some more DB tuning.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '3.1.9' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1201 ); +define ( 'DB_UPDATE_VERSION', 1202 ); define ( 'PROJECT_BASE', __DIR__ ); |