diff options
author | friendica <info@friendica.com> | 2012-07-05 16:06:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-05 16:06:43 -0700 |
commit | 8af78079cbabe530554950ac241b24bbdcaf2cb7 (patch) | |
tree | b745750faaefbdca15c90a7b740de717ac8c17ea /boot.php | |
parent | 9951071b5b3c5d1589f804275b31c42b0c4f7e5b (diff) | |
parent | fe984963ed5d5411cd7e7d169ad24bf4ab2e5419 (diff) | |
download | volse-hubzilla-8af78079cbabe530554950ac241b24bbdcaf2cb7.tar.gz volse-hubzilla-8af78079cbabe530554950ac241b24bbdcaf2cb7.tar.bz2 volse-hubzilla-8af78079cbabe530554950ac241b24bbdcaf2cb7.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '3.0.1395' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1151 ); +define ( 'DB_UPDATE_VERSION', 1152 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |