]> git.mxchange.org Git - friendica.git/commitdiff
Bump version to 1219
authorAlexandre Alapetite <alexandre@alapetite.fr>
Sun, 16 Apr 2017 13:23:57 +0000 (15:23 +0200)
committerAlexandre Alapetite <alexandre@alapetite.fr>
Sun, 16 Apr 2017 13:23:57 +0000 (15:23 +0200)
https://github.com/friendica/friendica/pull/3321#pullrequestreview-32528437

boot.php
database.sql
update.php

index 05588b8d2c419cc40eb360f41da0960e6db7bb3c..becb9bd570e895172d7a6e0465517eaccf4169c3 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Asparagus');
 define ( 'FRIENDICA_VERSION',      '3.5.2-dev' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
-define ( 'DB_UPDATE_VERSION',      1218      );
+define ( 'DB_UPDATE_VERSION',      1219      );
 
 /**
  * @brief Constant with a HTML line break.
index bc336d5a32d81590147b7ac79c2604cf0c91ae14..69da511b0348763e279a5ca60ce1b788b5204779 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 3.5.2-dev (Asparagus)
--- DB_UPDATE_VERSION 1218
+-- DB_UPDATE_VERSION 1219
 -- ------------------------------------------
 
 
index f1117e9b7733c6cd4a49f8b00646715cdf5533bc..ea0c57535349b902995ff7f186d93db9b8d6e9b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1218);
+define('UPDATE_VERSION' , 1219);
 
 /**
  *