aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-02-23 10:02:16 +0000
committerMario <mario@mariovavti.com>2021-02-23 10:02:16 +0000
commit135305d975c2d314843df108f4ae558376936c6b (patch)
treef7bda22dca8b065fe11980ffb72a64496ec55257 /boot.php
parent28fe91dfa7e3a2afd7b97cbc8e8ea6a93493494b (diff)
parent34aa8ba3ccba00d86d481663cef28e6d422ffbe3 (diff)
downloadvolse-hubzilla-135305d975c2d314843df108f4ae558376936c6b.tar.gz
volse-hubzilla-135305d975c2d314843df108f4ae558376936c6b.tar.bz2
volse-hubzilla-135305d975c2d314843df108f4ae558376936c6b.zip
Merge branch 'dev' into 'dev'
Rename photo storage type system variable See merge request hubzilla/core!1911
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index de3345c70..5c8bd3ed3 100644
--- a/boot.php
+++ b/boot.php
@@ -55,7 +55,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '5.3.4' );
define ( 'ZOT_REVISION', '6.0' );
-define ( 'DB_UPDATE_VERSION', 1242 );
+define ( 'DB_UPDATE_VERSION', 1243 );
define ( 'PROJECT_BASE', __DIR__ );