diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-08 09:47:49 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-08 09:47:49 +0100 |
commit | 661c20e452255754bbccadc3b29dc3c598c07ed0 (patch) | |
tree | 922d36ab94f6d472a67a749c7bfd949231404f9b /boot.php | |
parent | b512780e37deb0b9a422ae8b1604e9c3454694a9 (diff) | |
download | volse-hubzilla-661c20e452255754bbccadc3b29dc3c598c07ed0.tar.gz volse-hubzilla-661c20e452255754bbccadc3b29dc3c598c07ed0.tar.bz2 volse-hubzilla-661c20e452255754bbccadc3b29dc3c598c07ed0.zip |
more db and queries finetuning
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,10 +50,10 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.1.7' ); +define ( 'STD_VERSION', '3.1.8' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1200 ); +define ( 'DB_UPDATE_VERSION', 1201 ); define ( 'PROJECT_BASE', __DIR__ ); |