diff options
author | Friendika <info@friendika.com> | 2011-04-11 21:30:50 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-11 21:30:50 -0700 |
commit | bfffd33ff9603f59e93207dfdc09481e17952726 (patch) | |
tree | 0427a37201c65d629cd6608ebb3a725bde1c2db9 /boot.php | |
parent | 4cb21fc60b343ccb77937f669951b05feb9cdcff (diff) | |
download | volse-hubzilla-bfffd33ff9603f59e93207dfdc09481e17952726.tar.gz volse-hubzilla-bfffd33ff9603f59e93207dfdc09481e17952726.tar.bz2 volse-hubzilla-bfffd33ff9603f59e93207dfdc09481e17952726.zip |
table for email poll driver
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set_time_limit(0); define ( 'FRIENDIKA_VERSION', '2.1.946' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1049 ); +define ( 'DB_UPDATE_VERSION', 1050 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |