diff options
author | friendica <info@friendica.com> | 2012-07-31 17:55:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-31 17:55:27 -0700 |
commit | 7a0894287268658361c90e2f4d1b77f8ca5739a6 (patch) | |
tree | 34d2de1842f9363be40ec6b27a026df5aa9dc699 /boot.php | |
parent | 65160ffd12500260ffd723bcffe721a3cc38d7da (diff) | |
download | volse-hubzilla-7a0894287268658361c90e2f4d1b77f8ca5739a6.tar.gz volse-hubzilla-7a0894287268658361c90e2f4d1b77f8ca5739a6.tar.bz2 volse-hubzilla-7a0894287268658361c90e2f4d1b77f8ca5739a6.zip |
remember that the main thing is to keep the main thing the main thing...
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1154 ); +define ( 'ZOT_REVISION', 1 ); +define ( 'DB_UPDATE_VERSION', 1154 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |