You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/09/28 21:02:54 UTC

[46/50] meck commit: updated refs/heads/master to 3544aca

Version 0.8.8


Project: http://git-wip-us.apache.org/repos/asf/couchdb-meck/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-meck/commit/1dd41ae9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-meck/tree/1dd41ae9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-meck/diff/1dd41ae9

Branch: refs/heads/master
Commit: 1dd41ae9e6364c802cbc0b7fd75f27492ae76d80
Parents: fcc551e
Author: Adam Lindberg <he...@alind.io>
Authored: Tue Aug 29 14:10:10 2017 +0200
Committer: Adam Lindberg <he...@alind.io>
Committed: Tue Aug 29 14:10:10 2017 +0200

----------------------------------------------------------------------
 doc/overview.edoc | 2 +-
 src/meck.app.src  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/1dd41ae9/doc/overview.edoc
----------------------------------------------------------------------
diff --git a/doc/overview.edoc b/doc/overview.edoc
index 0c4a5d9..a924652 100644
--- a/doc/overview.edoc
+++ b/doc/overview.edoc
@@ -16,7 +16,7 @@
 
 @author Adam Lindberg <ep...@gmail.com>
 @copyright 2011, Adam Lindberg & Erlang Solutions Ltd
-@version 0.8.7
+@version 0.8.8
 @title meck, a Mocking Library for Erlang
 
 @doc

http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/1dd41ae9/src/meck.app.src
----------------------------------------------------------------------
diff --git a/src/meck.app.src b/src/meck.app.src
index c0b729c..f52acb6 100644
--- a/src/meck.app.src
+++ b/src/meck.app.src
@@ -1,6 +1,6 @@
 {application, meck, [
     {description, "A mocking framework for Erlang"},
-    {vsn, "0.8.7"},
+    {vsn, "0.8.8"},
     {modules, []},
     {registered, []},
     {applications, [kernel, stdlib, tools]},