diff options
author | zottel <github@zottel.net> | 2012-03-22 16:03:14 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-22 16:03:14 +0100 |
commit | e7d80a79fff23e6f8900b40677d11d1022a45df6 (patch) | |
tree | 29355722fb8a3e993884e852a254277c80e90de4 /boot.php | |
parent | 3f3c4aec79bf3ceedd551bae7cec7acfd68e3772 (diff) | |
parent | 622b25df5f2d1ab21c9e23047bc0c98bfe72bad0 (diff) | |
download | volse-hubzilla-e7d80a79fff23e6f8900b40677d11d1022a45df6.tar.gz volse-hubzilla-e7d80a79fff23e6f8900b40677d11d1022a45df6.tar.bz2 volse-hubzilla-e7d80a79fff23e6f8900b40677d11d1022a45df6.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'boot.php')
-rwxr-xr-x | 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.1288' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1132 ); +define ( 'DB_UPDATE_VERSION', 1133 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |