diff options
author | friendica <info@friendica.com> | 2014-08-26 22:37:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-26 22:37:04 -0700 |
commit | e179dca446b4e604b7486e79d694d39679d1209f (patch) | |
tree | d02302c7ff4be8d44e4bd3204cf4b4504d58f625 /boot.php | |
parent | 5e4298029a4f1bb8dbcef65ef0bd72db3e9a316a (diff) | |
download | volse-hubzilla-e179dca446b4e604b7486e79d694d39679d1209f.tar.gz volse-hubzilla-e179dca446b4e604b7486e79d694d39679d1209f.tar.bz2 volse-hubzilla-e179dca446b4e604b7486e79d694d39679d1209f.zip |
place to store multiple choice and select items for extensible profiles
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1125 ); +define ( 'DB_UPDATE_VERSION', 1126 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |