]> git.mxchange.org Git - friendica.git/commitdiff
ping.php improvement: db version bump
authorHypolite Petovan <ben.lort@gmail.com>
Sat, 29 Oct 2016 02:27:26 +0000 (22:27 -0400)
committerHypolite Petovan <ben.lort@gmail.com>
Sat, 29 Oct 2016 02:27:26 +0000 (22:27 -0400)
boot.php
update.php

index 0be159540625073f6bc4103a0ca436c6751a2b58..5df6520dbdaf92f178e0121f29de73ce35a3840c 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',      1207      );
+define ( 'DB_UPDATE_VERSION',      1208      );
 
 /**
  * @brief Constant with a HTML line break.
index 5eab9c2207d48872c8a0505bfdec987efb490f83..fa03ddd1ac5057decff72f64dc26b893b17d1ba1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1207);
+define('UPDATE_VERSION' , 1208);
 
 /**
  *