]> git.mxchange.org Git - friendica.git/commitdiff
We should increase the database version number
authorMichael <heluecht@pirati.ca>
Wed, 7 Jun 2017 20:24:44 +0000 (20:24 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 7 Jun 2017 20:24:44 +0000 (20:24 +0000)
boot.php
update.php

index 50b8f03f6322afc99db00d9b86774cab582306c5..15341c0fed29199c676e8739753b50f55f980bc8 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -41,7 +41,7 @@ define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Asparagus');
 define ( 'FRIENDICA_VERSION',      '3.5.3-dev' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
-define ( 'DB_UPDATE_VERSION',      1228      );
+define ( 'DB_UPDATE_VERSION',      1229      );
 
 /**
  * @brief Constant with a HTML line break.
index 76620a48a4629eb4b26ac5169798714bac0064b1..df52e8582bbd4093ebcefb62fc54c4e17a778115 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1228);
+define('UPDATE_VERSION' , 1229);
 
 /**
  *