diff options
author | Friendika <info@friendika.com> | 2011-06-07 20:10:43 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-07 20:10:43 -0700 |
commit | 33fe26ecb01ec009a639c4c8fdfc4f93b2bd34ac (patch) | |
tree | 5bbb388dccbe87c1f34a61ee9de589ad8332c907 /boot.php | |
parent | d1e9af2c51d6b12d400a656f489520ccd8d54ed2 (diff) | |
download | volse-hubzilla-33fe26ecb01ec009a639c4c8fdfc4f93b2bd34ac.tar.gz volse-hubzilla-33fe26ecb01ec009a639c4c8fdfc4f93b2bd34ac.tar.bz2 volse-hubzilla-33fe26ecb01ec009a639c4c8fdfc4f93b2bd34ac.zip |
more progress on events
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ini_set('pcre.backtrack_limit', 250000); define ( 'FRIENDIKA_VERSION', '2.2.1004' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1061 ); +define ( 'DB_UPDATE_VERSION', 1062 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |