diff options
author | Friendika <info@friendika.com> | 2011-11-03 16:00:52 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-03 16:00:52 -0700 |
commit | 014c91431e7796f9c5394efaae507837fe5c168b (patch) | |
tree | a940fa1c864a65052afebd83254cb9fb65daef08 /boot.php | |
parent | 4f4b03367aafc8efd36cf73ecab58cdd26802757 (diff) | |
download | volse-hubzilla-014c91431e7796f9c5394efaae507837fe5c168b.tar.gz volse-hubzilla-014c91431e7796f9c5394efaae507837fe5c168b.tar.bz2 volse-hubzilla-014c91431e7796f9c5394efaae507837fe5c168b.zip |
ignore suggestions
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 ( 'FRIENDIKA_PLATFORM', 'Friendica'); define ( 'FRIENDIKA_VERSION', '2.3.1154' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1101 ); +define ( 'DB_UPDATE_VERSION', 1102 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |