Skip to content

Commit

Permalink
Version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed May 5, 2014
1 parent 4a3b5c6 commit dde7590
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Add Erlang 17.0 compatibility

2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@author Adam Lindberg <[email protected]>
@copyright 2011, Adam Lindberg & Erlang Solutions Ltd
@version "0.7.2"
@version 0.8.2
@title meck, a Mocking Library for Erlang

@doc
Expand Down
2 changes: 1 addition & 1 deletion src/meck.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- mode: erlang; -*-
{application, meck,
[{description, "A mocking framework for Erlang"},
{vsn, "0.8.1"},
{vsn, "0.8.2"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit dde7590

Please sign in to comment.