diff --git a/boot.php b/boot.php index 9ccbfe667c..03f324749d 100755 --- a/boot.php +++ b/boot.php @@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1236' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1117 ); +define ( 'DB_UPDATE_VERSION', 1118 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index e1900e8070..d961f29327 100755 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@