diff options
author | Friendika <info@friendika.com> | 2011-01-17 16:06:22 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-17 16:06:22 -0800 |
commit | 710cb7d13c005b244cf50d2f33479b68596d1330 (patch) | |
tree | a677f51ed7c6b62b4a39f888ad435bea87703932 /boot.php | |
parent | 93222142935897d8ddd6289d9ea8736ff0c557f6 (diff) | |
download | volse-hubzilla-710cb7d13c005b244cf50d2f33479b68596d1330.tar.gz volse-hubzilla-710cb7d13c005b244cf50d2f33479b68596d1330.tar.bz2 volse-hubzilla-710cb7d13c005b244cf50d2f33479b68596d1330.zip |
activity object link had incorrect attribute, highlight critical install steps
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ set_time_limit(0); define ( 'BUILD_ID', 1031 ); -define ( 'FRIENDIKA_VERSION', '2.01.1001' ); +define ( 'FRIENDIKA_VERSION', '2.01.1002' ); define ( 'DFRN_PROTOCOL_VERSION', '2.0' ); define ( 'EOL', "<br />\r\n" ); |