]> git.mxchange.org Git - friendica.git/commitdiff
We should increase the database version as well ...
authorMichael <heluecht@pirati.ca>
Mon, 26 Dec 2016 06:02:14 +0000 (06:02 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 26 Dec 2016 06:02:14 +0000 (06:02 +0000)
boot.php
update.php

index aab3498146a2b2a423c85c74717958a0aacf4873..cad5e0698ef77534e9c41d63697b2102ccf698d7 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',      1209      );
+define ( 'DB_UPDATE_VERSION',      1210      );
 
 /**
  * @brief Constant with a HTML line break.
index 7aec2ec2b83ec30eb414fc16d03bb53c0f89f150..948e10f27e7deba640c5fa9e90b7d10cf862e5d3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1209);
+define('UPDATE_VERSION' , 1210);
 
 /**
  *