diff options
author | friendica <info@friendica.com> | 2013-08-20 20:39:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-20 20:39:00 -0700 |
commit | 5d35d2110065dec9f984ad9028a5e8798f1faa37 (patch) | |
tree | d1ac0165e6ffba08eade52eeb04c052d665d5270 /boot.php | |
parent | c4f14312151dcbff3e5448c5e596f7ca6b317dbe (diff) | |
download | volse-hubzilla-5d35d2110065dec9f984ad9028a5e8798f1faa37.tar.gz volse-hubzilla-5d35d2110065dec9f984ad9028a5e8798f1faa37.tar.bz2 volse-hubzilla-5d35d2110065dec9f984ad9028a5e8798f1faa37.zip |
network-wide poll voting structure
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', 1060 ); +define ( 'DB_UPDATE_VERSION', 1061 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |