]> git.mxchange.org Git - friendica.git/commitdiff
Fix Issue #2816 - Bump database version
authorHypolite Petovan <ben.lort@gmail.com>
Fri, 7 Oct 2016 01:01:25 +0000 (21:01 -0400)
committerHypolite Petovan <ben.lort@gmail.com>
Fri, 7 Oct 2016 01:01:25 +0000 (21:01 -0400)
boot.php
database.sql
update.php

index 497057463514bbba4cd99e3feaa3af3e20c516a7..348b786e4dfadec12a129da2ebb0bee7d162e2f9 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.1-dev' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
-define ( 'DB_UPDATE_VERSION',      1204      );
+define ( 'DB_UPDATE_VERSION',      1205      );
 
 /**
  * @brief Constant with a HTML line break.
index c880e70bf4c500973ea2a8a408dcafae257e4f18..f12746e7e53b5b598b99df84207f06dcf00dafee 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 3.5.1-dev (Asparagus)
--- DB_UPDATE_VERSION 1204
+-- DB_UPDATE_VERSION 1205
 -- ------------------------------------------
 
 
index b659336abf86af5a68cbd20494ec6fc6cdc3a20c..01fa2206737b3d34ac681dbc6d02a00f30b7f2b8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1204);
+define('UPDATE_VERSION' , 1205);
 
 /**
  *