Skip to content

Commit

Permalink
tag 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo.redaelli committed Sep 17, 2010
1 parent b068fae commit 85c8d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ebot.app
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{application, ebot,
[{description, "ebot"},
{vsn, "0.7-snapshot"},
{vsn, "0.7"},
{modules, [
ebot,
ebot_app,
Expand Down Expand Up @@ -74,7 +74,7 @@
%% ---------------------------------------------------------

{web_http_header, [
{"User-Agent", "Mozilla/5.0 ebot/0.7-snapshot"},
{"User-Agent", "Mozilla/5.0 ebot/0.7"},
{"Accept-Charset", "utf-8"},
{"Accept", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8"},
{"Accept-Language", "en-us,en;q=0.5"}
Expand Down

0 comments on commit 85c8d7e

Please sign in to comment.