diff options
author | friendica <info@friendica.com> | 2012-04-27 16:46:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-27 16:46:28 -0700 |
commit | 0ab6b60a52fc27d8a37917b3b3e25de37c8fd372 (patch) | |
tree | 7e700c291de2dca1555d02f36ed6c565e5652751 /boot.php | |
parent | ecc4962bd1455d4ded6570f6d08ccab7e838fe8b (diff) | |
download | volse-hubzilla-0ab6b60a52fc27d8a37917b3b3e25de37c8fd372.tar.gz volse-hubzilla-0ab6b60a52fc27d8a37917b3b3e25de37c8fd372.tar.bz2 volse-hubzilla-0ab6b60a52fc27d8a37917b3b3e25de37c8fd372.zip |
archive contact flag
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.1325' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1138 ); +define ( 'DB_UPDATE_VERSION', 1139 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |