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 2017/06/07 16:01:51 UTC

[06/12] jiffy commit: updated refs/heads/master to 99a3d43

Bump to 0.14.10 because rebar3 is inept

Apparently rebar3 can't generate a sane version number from Git tags and
adds a bunch of BS build number and ref tags which hex.pm then rejects.
Given that I can't find any documentation on how that works and reading
code is an exercise in over engineered abstractionism I've succumbed to
the demoralizing conclusion that I'll just have to go back to the dark
ages and maintain my versions both in source and in version control.


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

Branch: refs/heads/master
Commit: d596d890bcc7d74d34d185854873ba678bbf237b
Parents: a2d0859
Author: Paul J. Davis <pa...@gmail.com>
Authored: Thu Dec 29 12:46:54 2016 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Dec 29 12:46:54 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/d596d890/src/jiffy.app.src
----------------------------------------------------------------------
diff --git a/src/jiffy.app.src b/src/jiffy.app.src
index ea3f1d1..b1fa09c 100644
--- a/src/jiffy.app.src
+++ b/src/jiffy.app.src
@@ -1,6 +1,6 @@
 {application, jiffy, [
     {description, "JSON Decoder/Encoder."},
-    {vsn, git},
+    {vsn, "0.14.10"},
     {registered, []},
     {applications, [kernel, stdlib]},
     {maintainers, ["Paul J. Davis"]},