]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Some clean up for the worker, arrays are now supported as parameter
[friendica.git] / boot.php
index 6816915417b1fb694afc0dca23e1aa2833b9cd78..27d844853155add899179d3c27849451bc6fc894 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -39,7 +39,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',      1252);
+define('DB_UPDATE_VERSION',      1253);
 define('NEW_UPDATE_ROUTINE_VERSION', 1170);
 
 /**