Revert "Get couch version from environment not git"

This reverts commit c613dabf635ca3a5d6de2240d00b80c334dc8f43.


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

Branch: refs/heads/master
Commit: 0883e3f43e3c572a1a1d1663ac0113dd7f475299
Parents: 888c8f6
Author: ILYA Khlopotov <iil...@ca.ibm.com>
Authored: Fri Sep 16 13:38:53 2016 -0700
Committer: ILYA Khlopotov <iil...@ca.ibm.com>
Committed: Fri Sep 16 13:38:53 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/0883e3f4/src/couch.app.src
----------------------------------------------------------------------
diff --git a/src/couch.app.src b/src/couch.app.src
index d30f106..cf3dc79 100644
--- a/src/couch.app.src
+++ b/src/couch.app.src
@@ -12,7 +12,7 @@
 
 {application, couch, [
     {description, "Apache CouchDB"},
-    {vsn, {cmd, "echo $COUCHDB_VERSION"}},
+    {vsn, git},
     {registered, [
         couch_db_update,
         couch_db_update_notifier_sup,

Reply via email to