]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Hook calls can now be forked into a worker queue entry
[friendica.git] / boot.php
index 004ebf3adecde4a4563a754dccf46153a66d1c5e..116c712a83c223100a5cf7fe386a50b149392919 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -37,7 +37,7 @@ define('FRIENDICA_PLATFORM',     'Friendica');
 define('FRIENDICA_CODENAME',     'Asparagus');
 define('FRIENDICA_VERSION',      '3.6-dev');
 define('DFRN_PROTOCOL_VERSION',  '2.23');
-define('DB_UPDATE_VERSION',      1248);
+define('DB_UPDATE_VERSION',      1249);
 define('NEW_UPDATE_ROUTINE_VERSION', 1170);
 
 /**