diff options
author | friendica <info@friendica.com> | 2014-08-02 14:56:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-02 14:56:17 -0700 |
commit | 85032a1fa37868699ecbcf791dba7c37ee5a4337 (patch) | |
tree | c510a4698f886ab05e7bafd85553184f80e54433 /boot.php | |
parent | 6dd3a170a7fa83a97bdaf451dd017c0a37bc8016 (diff) | |
download | volse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.tar.gz volse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.tar.bz2 volse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.zip |
db tables for extensible profile fields
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', 1119 ); +define ( 'DB_UPDATE_VERSION', 1120 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |