diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-04-06 12:43:44 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-04-06 12:43:44 +0200 |
commit | 4f9588d9eeb0dea7d824760f899094f0c98763c3 (patch) | |
tree | 3b0160d271c2943a62e38a8b5898f264fa4816d4 /boot.php | |
parent | eb6370fa413bcc4951ccbce30e482b20727606d1 (diff) | |
parent | 0731c177eb4a58c6dd7bb50ee3915563c33531bc (diff) | |
download | volse-hubzilla-4f9588d9eeb0dea7d824760f899094f0c98763c3.tar.gz volse-hubzilla-4f9588d9eeb0dea7d824760f899094f0c98763c3.tar.bz2 volse-hubzilla-4f9588d9eeb0dea7d824760f899094f0c98763c3.zip |
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1303' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1135 ); +define ( 'DB_UPDATE_VERSION', 1136 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |