diff options
author | friendica <info@friendica.com> | 2012-04-29 01:08:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-29 01:08:28 -0700 |
commit | 249a6814cd777e8eb9d4feb788058ec4683e9522 (patch) | |
tree | ef6af6b92562af0d0c78acc32998c0eacde321ee /boot.php | |
parent | 64060f82dc68d490f3d729f3fbe139527c831fd0 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ); |