diff options
author | friendica <info@friendica.com> | 2013-01-01 23:56:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-01 23:56:27 -0800 |
commit | 50d1cb2e3afe265004c7c08c8a63876c4b541469 (patch) | |
tree | 917fa3317eac2ec6f2d23462775e83fab014ce9d /boot.php | |
parent | 4d7fe15d3b31f7c5279b08c73e23cb21f906cd15 (diff) | |
download | volse-hubzilla-50d1cb2e3afe265004c7c08c8a63876c4b541469.tar.gz volse-hubzilla-50d1cb2e3afe265004c7c08c8a63876c4b541469.tar.bz2 volse-hubzilla-50d1cb2e3afe265004c7c08c8a63876c4b541469.zip |
start building social graph
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1013 ); +define ( 'DB_UPDATE_VERSION', 1014 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |