You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/13 00:28:57 UTC

[02/25] couch-mrview commit: updated refs/heads/1994-merge-rcouch to 7775266

working release


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/a6309235
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/a6309235
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/a6309235

Branch: refs/heads/1994-merge-rcouch
Commit: a6309235c6b2a5273d4baac142bd32356ced2716
Parents: 674800b
Author: benoitc <be...@apache.org>
Authored: Tue Jan 7 16:14:56 2014 +0100
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Wed Feb 12 17:27:38 2014 -0600

----------------------------------------------------------------------
 src/couch_mrview.app.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/a6309235/src/couch_mrview.app.src
----------------------------------------------------------------------
diff --git a/src/couch_mrview.app.src b/src/couch_mrview.app.src
index 52898a6..cce2c97 100644
--- a/src/couch_mrview.app.src
+++ b/src/couch_mrview.app.src
@@ -12,7 +12,7 @@
 
 {application, couch_mrview, [
     {description, "CouchDB Map/Reduce Views"},
-    {vsn, "%version%"},
+    {vsn, "1.3.0"},
     {modules, [
         couch_mrview,
         couch_mrview_compactor,