aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-10-12 20:04:19 -0700
committerzotlabs <mike@macgirvin.com>2016-10-12 20:04:19 -0700
commitfacc6ee6b32df5c51d7f00bda1caa0469d4f71e3 (patch)
tree6e519117a19b01d9ad29bbf8028f0f59ad494b05 /boot.php
parent9a2f86e9ad3afadfafab59568bec6749a75478ab (diff)
downloadvolse-hubzilla-facc6ee6b32df5c51d7f00bda1caa0469d4f71e3.tar.gz
volse-hubzilla-facc6ee6b32df5c51d7f00bda1caa0469d4f71e3.tar.bz2
volse-hubzilla-facc6ee6b32df5c51d7f00bda1caa0469d4f71e3.zip
allow hooks to have negative priority
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 0a67725a5..bd0248f34 100755
--- a/boot.php
+++ b/boot.php
@@ -47,7 +47,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '1.15' );
define ( 'ZOT_REVISION', '1.1' );
-define ( 'DB_UPDATE_VERSION', 1183 );
+define ( 'DB_UPDATE_VERSION', 1184 );
/**