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/06 17:54:41 UTC

[22/22] couch-mrview commit: updated refs/heads/import-rcouch to 7258945

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/cb131422
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/cb131422
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/cb131422

Branch: refs/heads/import-rcouch
Commit: cb131422fc43469d323df9ac05bd1d94c45aa1aa
Parents: 55874fb
Author: benoitc <be...@apache.org>
Authored: Tue Jan 7 16:14:56 2014 +0100
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Feb 6 10:51:40 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/cb131422/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,