]> git.mxchange.org Git - friendica.git/commitdiff
DB Version was forgotten ...
authorMichael Vogel <icarus@dabo.de>
Fri, 29 Jan 2016 02:51:12 +0000 (03:51 +0100)
committerMichael Vogel <icarus@dabo.de>
Fri, 29 Jan 2016 02:51:12 +0000 (03:51 +0100)
boot.php
update.php

index 955b89e56c5672a9c6188c45e262bb6caafa4feb..4ef30eadac888d2752e558ac93107cde9e4bb7a1 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -36,7 +36,7 @@ define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Asparagus');
 define ( 'FRIENDICA_VERSION',      '3.5-dev' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
-define ( 'DB_UPDATE_VERSION',      1193      );
+define ( 'DB_UPDATE_VERSION',      1194      );
 
 /**
  * @brief Constant with a HTML line break.
index a825c82e9294657529aad6917f8d5cf56ce8a1ce..0689aa19b33f726cf970200c61ac2690ca7f5add 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1193 );
+define( 'UPDATE_VERSION' , 1194 );
 
 /**
  *