aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-25 15:54:26 +0000
committerMario <mario@mariovavti.com>2021-08-25 15:54:26 +0000
commit6261d0826c49ca24df9f694931592fbb9bf60f7e (patch)
treec27379764f0fa792c69c97b3e2626cd5d0ac46ee /boot.php
parent2e7a915ee8d99970a32e02bf3ac5bb5834f7fa1a (diff)
downloadvolse-hubzilla-6261d0826c49ca24df9f694931592fbb9bf60f7e.tar.gz
volse-hubzilla-6261d0826c49ca24df9f694931592fbb9bf60f7e.tar.bz2
volse-hubzilla-6261d0826c49ca24df9f694931592fbb9bf60f7e.zip
db update 1248 to clean up possible bogus entries in xconfig and remove gnusoc from app
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 8fd263344..ab23365c4 100644
--- a/boot.php
+++ b/boot.php
@@ -53,10 +53,10 @@ require_once('include/bbcode.php');
require_once('include/items.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '6.1.3' );
+define ( 'STD_VERSION', '6.1.4' );
define ( 'ZOT_REVISION', '6.0' );
-define ( 'DB_UPDATE_VERSION', 1247 );
+define ( 'DB_UPDATE_VERSION', 1248 );
define ( 'PROJECT_BASE', __DIR__ );