aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-20 10:26:32 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-20 10:26:32 +0100
commit6ef0116f091a45fa0ef96c67becd55b12e946cdd (patch)
tree5e6a59d2357acc0688f5d4f57fb09e957f30e993 /boot.php
parent76b5c686460ed5fe4c93dc0e268d99dc9eb988b6 (diff)
downloadvolse-hubzilla-6ef0116f091a45fa0ef96c67becd55b12e946cdd.tar.gz
volse-hubzilla-6ef0116f091a45fa0ef96c67becd55b12e946cdd.tar.bz2
volse-hubzilla-6ef0116f091a45fa0ef96c67becd55b12e946cdd.zip
more index finetuning to fix the expire query
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 964e4341d..0cc3f10fd 100755
--- a/boot.php
+++ b/boot.php
@@ -50,10 +50,10 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '3.1.10' );
+define ( 'STD_VERSION', '3.1.11' );
define ( 'ZOT_REVISION', '1.3' );
-define ( 'DB_UPDATE_VERSION', 1202 );
+define ( 'DB_UPDATE_VERSION', 1203 );
define ( 'PROJECT_BASE', __DIR__ );