]> git.mxchange.org Git - friendica.git/commitdiff
DB_UPDATE_VERSION incremented
authorAbinoam P. Marques Jr <abinoam@gmail.com>
Sat, 25 Feb 2012 21:06:50 +0000 (13:06 -0800)
committerAbinoam P. Marques Jr <abinoam@gmail.com>
Sun, 26 Feb 2012 00:59:44 +0000 (16:59 -0800)
boot.php

index d9d361ee3b9c15068b9e30626963f70ffddcbd94..54f318e5e9f0284e9dd44f2a17c701074fca85b0 100755 (executable)
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_VERSION',      '2.3.1263' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
-define ( 'DB_UPDATE_VERSION',      1125      );
+define ( 'DB_UPDATE_VERSION',      1126      );
 
 define ( 'EOL',                    "<br />\r\n"     );
 define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );