New database version

This commit is contained in:
Michael Vogel 2016-09-06 19:01:05 +00:00
parent ac1787d1e5
commit 0a50dbaece
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,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', 1200 );
define ( 'DB_UPDATE_VERSION', 1201 );
/**
* @brief Constant with a HTML line break.

View File

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