provide the ability to format a version into a string as well as parse a version

Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
Eric Merritt 2012-09-18 15:34:57 -07:00 committed by Jordan Wilberding
parent 0c34549901
commit e9161d8688
2 changed files with 52 additions and 4 deletions

View file

@ -2,7 +2,7 @@
%% These are all only compile time dependencies
{deps, [{neotoma, "",
{git, "https://github.com/seancribbs/neotoma.git", {tag, "1.5"}}},
{git, "https://github.com/seancribbs/neotoma.git", {tag, "1.5.1"}}},
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}]}.
{erl_first_files, ["ec_dictionary"]}.