diff options
author | friendica <info@friendica.com> | 2013-08-21 01:33:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-21 01:33:20 -0700 |
commit | d8ef1417fb2ff8d736e4392c118c51c63dc66b1d (patch) | |
tree | 7baffada93dd75448851b64023ea6f71803cf4c7 /boot.php | |
parent | 5d35d2110065dec9f984ad9028a5e8798f1faa37 (diff) | |
download | volse-hubzilla-d8ef1417fb2ff8d736e4392c118c51c63dc66b1d.tar.gz volse-hubzilla-d8ef1417fb2ff8d736e4392c118c51c63dc66b1d.tar.bz2 volse-hubzilla-d8ef1417fb2ff8d736e4392c118c51c63dc66b1d.zip |
poll stuff
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ require_once('include/taxonomy.php'); define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1061 ); +define ( 'DB_UPDATE_VERSION', 1063 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |