diff options
author | friendica <info@friendica.com> | 2012-12-18 16:29:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-18 16:29:57 -0800 |
commit | e9c87a69ce1a78e0790241467961bfab465b3358 (patch) | |
tree | 3961c9f2936d8bcba1b24fe4e4d443d6a8361ff8 /boot.php | |
parent | a12264193ffe9daa04155aff78a1feaff82b7670 (diff) | |
download | volse-hubzilla-e9c87a69ce1a78e0790241467961bfab465b3358.tar.gz volse-hubzilla-e9c87a69ce1a78e0790241467961bfab465b3358.tar.bz2 volse-hubzilla-e9c87a69ce1a78e0790241467961bfab465b3358.zip |
cleanup more obsolete stuff
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1002 ); +define ( 'DB_UPDATE_VERSION', 1003 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |