We should increase the database version number

This commit is contained in:
Michael 2017-06-07 20:24:44 +00:00
parent 71a5de40f1
commit 504ceb2d43
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_CODENAME', 'Asparagus');
define ( 'FRIENDICA_VERSION', '3.5.3-dev' ); define ( 'FRIENDICA_VERSION', '3.5.3-dev' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1228 ); define ( 'DB_UPDATE_VERSION', 1229 );
/** /**
* @brief Constant with a HTML line break. * @brief Constant with a HTML line break.

View File

@ -1,6 +1,6 @@
<?php <?php
define('UPDATE_VERSION' , 1228); define('UPDATE_VERSION' , 1229);
/** /**
* *