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/01/17 23:00:21 UTC

[02/50] git commit: set version to `git describe` during rebar compile

set version to `git describe` during rebar compile


Project: http://git-wip-us.apache.org/repos/asf/couchdb-rexi/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rexi/commit/22f5d6c3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rexi/tree/22f5d6c3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rexi/diff/22f5d6c3

Branch: refs/heads/import
Commit: 22f5d6c333484ef07123f688f9b3fc712ebb1cb4
Parents: 4fe3f1a
Author: Adam Kocoloski <ad...@cloudant.com>
Authored: Thu Dec 2 14:47:15 2010 -0500
Committer: Adam Kocoloski <ad...@cloudant.com>
Committed: Thu Dec 2 16:39:50 2010 -0500

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


http://git-wip-us.apache.org/repos/asf/couchdb-rexi/blob/22f5d6c3/src/rexi.app.src
----------------------------------------------------------------------
diff --git a/src/rexi.app.src b/src/rexi.app.src
index d56a182..75baa77 100644
--- a/src/rexi.app.src
+++ b/src/rexi.app.src
@@ -1,6 +1,6 @@
 {application, rexi, [
     {description, "Lightweight RPC server"},
-    {vsn, "1.2"},
+    {vsn, git},
     {registered, [rexi_sup, rexi_server]},
     {applications, [kernel, stdlib]},
     {mod, {rexi_app,[]}}