diff options
author | Paolo T <tuscanhobbit@users.noreply.github.com> | 2013-08-20 08:01:30 -0700 |
---|---|---|
committer | Paolo T <tuscanhobbit@users.noreply.github.com> | 2013-08-20 08:01:30 -0700 |
commit | f3ba283613bb5bd39c0f39f96a2f91112f947923 (patch) | |
tree | 9e31515169ab9e05f763d5ac8f625b8c3672b985 /boot.php | |
parent | add03b64985f79aa268514854e91d96b6880bb3d (diff) | |
parent | 25fdc269bed74d2f1aaeb181906f50666fca1328 (diff) | |
download | volse-hubzilla-f3ba283613bb5bd39c0f39f96a2f91112f947923.tar.gz volse-hubzilla-f3ba283613bb5bd39c0f39f96a2f91112f947923.tar.bz2 volse-hubzilla-f3ba283613bb5bd39c0f39f96a2f91112f947923.zip |
Merge pull request #1 from friendica/master
Test update of my branched Red
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', 1059 ); +define ( 'DB_UPDATE_VERSION', 1060 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |