aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-08 09:47:49 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-08 09:47:49 +0100
commit661c20e452255754bbccadc3b29dc3c598c07ed0 (patch)
tree922d36ab94f6d472a67a749c7bfd949231404f9b /boot.php
parentb512780e37deb0b9a422ae8b1604e9c3454694a9 (diff)
downloadvolse-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-xboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 184ff6ea2..7c6fd090c 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.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__ );