]> git.mxchange.org Git - friendica.git/commitdiff
Set the database version
authorMichael <heluecht@pirati.ca>
Thu, 27 Apr 2017 20:47:52 +0000 (20:47 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 27 Apr 2017 20:47:52 +0000 (20:47 +0000)
boot.php
update.php

index 1851f845795bfc80938efd5d2b6ee97d6ec98be8..d5972484bc4303d51e7ce8673c9c5ba4c38bf7be 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',      1220      );
+define ( 'DB_UPDATE_VERSION',      1221      );
 
 /**
  * @brief Constant with a HTML line break.
index 8da76336fc318d97134c85046348cc6c1b88a615..704f2ac0614e344304c6eb256e879ebab78d5ef6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1220);
+define('UPDATE_VERSION' , 1221);
 
 /**
  *