aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-29 01:08:28 -0700
committerfriendica <info@friendica.com>2012-04-29 01:08:28 -0700
commit249a6814cd777e8eb9d4feb788058ec4683e9522 (patch)
treeef6af6b92562af0d0c78acc32998c0eacde321ee /boot.php
parent64060f82dc68d490f3d729f3fbe139527c831fd0 (diff)
downloadvolse-hubzilla-249a6814cd777e8eb9d4feb788058ec4683e9522.tar.gz
volse-hubzilla-249a6814cd777e8eb9d4feb788058ec4683e9522.tar.bz2
volse-hubzilla-249a6814cd777e8eb9d4feb788058ec4683e9522.zip
add db field for removed account, which will also be the first test of update error checking
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 616e152f9..100662a8f 100644
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '2.3.1326' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1139 );
+define ( 'DB_UPDATE_VERSION', 1140 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );