diff options
author | friendica <info@friendica.com> | 2013-03-13 16:28:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-13 16:28:41 -0700 |
commit | ed2bcb6855e3d0e74e1b85aeb69e380a562b0c89 (patch) | |
tree | d8115f7721ba3e56af57ee714956e653c57bd682 /boot.php | |
parent | 62e55ae63b8a32de09987a6e738fd620a9b2f7ea (diff) | |
download | volse-hubzilla-ed2bcb6855e3d0e74e1b85aeb69e380a562b0c89.tar.gz volse-hubzilla-ed2bcb6855e3d0e74e1b85aeb69e380a562b0c89.tar.bz2 volse-hubzilla-ed2bcb6855e3d0e74e1b85aeb69e380a562b0c89.zip |
directory synchronisation timestamps
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,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', 1034 ); +define ( 'DB_UPDATE_VERSION', 1035 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |