aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-09-09 20:53:20 -0700
committerzotlabs <mike@macgirvin.com>2018-09-09 20:53:20 -0700
commitbe3b6304742a6c39d73674b1f7422c029e7cd804 (patch)
tree201ca29e213686bf0ef2797934dd4397be961cf5 /boot.php
parentc5bc4fe24519079664b8f63a5e9082f0a7ffc945 (diff)
downloadvolse-hubzilla-be3b6304742a6c39d73674b1f7422c029e7cd804.tar.gz
volse-hubzilla-be3b6304742a6c39d73674b1f7422c029e7cd804.tar.bz2
volse-hubzilla-be3b6304742a6c39d73674b1f7422c029e7cd804.zip
important hyperdrive component
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 54c49cf6b..c4991dc05 100755
--- a/boot.php
+++ b/boot.php
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.7.2' );
define ( 'ZOT_REVISION', '6.0a' );
-define ( 'DB_UPDATE_VERSION', 1219 );
+define ( 'DB_UPDATE_VERSION', 1220 );
define ( 'PROJECT_BASE', __DIR__ );
@@ -424,6 +424,7 @@ define ( 'TERM_BOOKMARK', 8 );
define ( 'TERM_HIERARCHY', 9 );
define ( 'TERM_COMMUNITYTAG', 10 );
define ( 'TERM_FORUM', 11 );
+define ( 'TERM_EMOJI', 12 );
define ( 'TERM_OBJ_POST', 1 );
define ( 'TERM_OBJ_PHOTO', 2 );