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 18:19:21 UTC

[23/26] couch-replicator commit: updated refs/heads/import-rcouch to 589d958

working release


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

Branch: refs/heads/import-rcouch
Commit: 7ffb923c5096e7329a74d2069e3fe128c45daedf
Parents: 9953fe5
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 11:17:54 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/7ffb923c/src/couch_replicator.app.src
----------------------------------------------------------------------
diff --git a/src/couch_replicator.app.src b/src/couch_replicator.app.src
index 1e62edf..3e71b3b 100644
--- a/src/couch_replicator.app.src
+++ b/src/couch_replicator.app.src
@@ -12,7 +12,7 @@
 
 {application, couch_replicator, [
     {description, "CouchDB replicator"},
-    {vsn, "%version%"},
+    {vsn, "1.6.1"},
     {modules, []},
     {registered, [
         couch_replicator_manager_sup,