aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-12-17 12:27:49 +0000
committerMario <mario@mariovavti.com>2020-12-17 12:27:49 +0000
commit4c054d6de9a6deec90f70f0c6ac67c9ec0e8f909 (patch)
tree6c6d732652cdf013d175b0107447a5ad8ae2c027 /boot.php
parentb2e80efe3f42c6329be7356580d62ea3525717b8 (diff)
parent34a58369f2c16a1c13b0ee2a6ab7418e72809d64 (diff)
downloadvolse-hubzilla-4c054d6de9a6deec90f70f0c6ac67c9ec0e8f909.tar.gz
volse-hubzilla-4c054d6de9a6deec90f70f0c6ac67c9ec0e8f909.tar.bz2
volse-hubzilla-4c054d6de9a6deec90f70f0c6ac67c9ec0e8f909.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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 10c1b4c91..3f56eb52a 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', '5.1.9' );
+define ( 'STD_VERSION', '5.1.10' );
define ( 'ZOT_REVISION', '6.0' );
-define ( 'DB_UPDATE_VERSION', 1239 );
+define ( 'DB_UPDATE_VERSION', 1240 );
define ( 'PROJECT_BASE', __DIR__ );