diff options
author | friendica <info@friendica.com> | 2012-02-13 18:02:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-13 18:02:43 -0800 |
commit | c87aa8f9276652e28dd8c77babe1b4a27cee566c (patch) | |
tree | 4effb1da84cdeb7b40bb58c9395263aa9fd56c45 /boot.php | |
parent | 23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8 (diff) | |
download | volse-hubzilla-c87aa8f9276652e28dd8c77babe1b4a27cee566c.tar.gz volse-hubzilla-c87aa8f9276652e28dd8c77babe1b4a27cee566c.tar.bz2 volse-hubzilla-c87aa8f9276652e28dd8c77babe1b4a27cee566c.zip |
poll structures
Diffstat (limited to 'boot.php')
-rwxr-xr-x | 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.1251' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1121 ); +define ( 'DB_UPDATE_VERSION', 1122 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |