]> git.mxchange.org Git - friendica.git/commitdiff
New database version
authorMichael Vogel <ike@pirati.ca>
Mon, 17 Oct 2016 20:09:48 +0000 (20:09 +0000)
committerMichael Vogel <ike@pirati.ca>
Mon, 17 Oct 2016 20:09:48 +0000 (20:09 +0000)
boot.php
update.php

index f39fb0369cba8696d9037577f301b6fc0cd12530..aa5574e3c782ca3eb2512b2eb0072cf5f988fb62 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Asparagus');
 define ( 'FRIENDICA_VERSION',      '3.5.1-dev' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
-define ( 'DB_UPDATE_VERSION',      1206      );
+define ( 'DB_UPDATE_VERSION',      1207      );
 
 /**
  * @brief Constant with a HTML line break.
index 756091113448a5d65078d38082ec3cf4bfb8fa8f..5eab9c2207d48872c8a0505bfdec987efb490f83 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1206);
+define('UPDATE_VERSION' , 1207);
 
 /**
  *