]> git.mxchange.org Git - friendica.git/commitdiff
Now for the database version
authorMichael <heluecht@pirati.ca>
Thu, 5 Jan 2017 22:56:49 +0000 (22:56 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 5 Jan 2017 22:56:49 +0000 (22:56 +0000)
boot.php
update.php

index aad8813766002d0cd265b0eeabb6f5f580ae43c3..5bf535ed91c05560dfac9a2edc6f33f13f8ed277 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',      1211      );
+define ( 'DB_UPDATE_VERSION',      1212      );
 
 /**
  * @brief Constant with a HTML line break.
index 3bd9cbe610efa77aae3f5b045f510c79069bf3fd..058536d82195421998d75b4069f0515af15917ec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1211);
+define('UPDATE_VERSION' , 1212);
 
 /**
  *