diff --git a/boot.php b/boot.php index 50b8f03f63..15341c0fed 100644 --- 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. diff --git a/update.php b/update.php index 76620a48a4..df52e8582b 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@