Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
version 1.8.1 sync
  • Loading branch information
Justin Sheehy committed Jun 1, 2011
1 parent ee2534f commit 6dba373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ebin/webmachine.app
@@ -1,6 +1,6 @@
{application, webmachine,
[{description, "webmachine"},
{vsn, "1.8.0"},
{vsn, "1.8.1"},
{modules, [
webmachine,
webmachine_app,
Expand Down
2 changes: 1 addition & 1 deletion src/webmachine_request.erl
Expand Up @@ -80,7 +80,7 @@
-include("wm_reqdata.hrl").
-include_lib("mochiweb/include/internal.hrl").

-define(WMVSN, "1.7.3").
-define(WMVSN, "1.8.1").
-define(QUIP, "participate in the frantic").
-define(IDLE_TIMEOUT, infinity).

Expand Down

0 comments on commit 6dba373

Please sign in to comment.