Updated Branches: refs/heads/1843-feature-bigcouch db62d5723 -> 30b758224
git describe --always Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/30b75822 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/30b75822 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/30b75822 Branch: refs/heads/1843-feature-bigcouch Commit: 30b7582249a4f8f040d17e812c9ed94e92790768 Parents: db62d57 Author: Robert Newson <[email protected]> Authored: Mon Feb 3 20:48:22 2014 +0000 Committer: Robert Newson <[email protected]> Committed: Mon Feb 3 20:48:22 2014 +0000 ---------------------------------------------------------------------- src/couch/rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/30b75822/src/couch/rebar.config.script ---------------------------------------------------------------------- diff --git a/src/couch/rebar.config.script b/src/couch/rebar.config.script index 238f897..b92bde1 100644 --- a/src/couch/rebar.config.script +++ b/src/couch/rebar.config.script @@ -17,7 +17,7 @@ CouchJSName = case os:type() of _ -> "couchjs" end, -Version = string:strip(os:cmd("git describe"), right, $\n), +Version = string:strip(os:cmd("git describe --always"), right, $\n), %% build config.h ConfigH = [
