diff options
author | friendica <info@friendica.com> | 2012-03-15 16:38:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-15 16:38:26 -0700 |
commit | 7684f63ecdfce560f24475630144f6058df15ca9 (patch) | |
tree | 98c24daa58b9ed3df087e14e23e2f49e24acea55 /boot.php | |
parent | f96aff5518d2d5fb726d381892893a68d8c36450 (diff) | |
download | volse-hubzilla-7684f63ecdfce560f24475630144f6058df15ca9.tar.gz volse-hubzilla-7684f63ecdfce560f24475630144f6058df15ca9.tar.bz2 volse-hubzilla-7684f63ecdfce560f24475630144f6058df15ca9.zip |
track whether contact is a community page or not
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,9 +9,9 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1281' ); +define ( 'FRIENDICA_VERSION', '2.3.1282' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1131 ); +define ( 'DB_UPDATE_VERSION', 1132 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |