Skip to content

Commit

Permalink
Merge branch 'release/0.2.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Jul 30, 2014
2 parents 93efcbf + 73c2d48 commit c8a9455
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ c_src/libcutil
.leo_dcerl_dialyzer_plt
leo_dcerl.dot
leo_dcerl.png
.rebar/
2 changes: 1 addition & 1 deletion include/leo_dcerl.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
size = 0 :: non_neg_integer(),
md5 = 0 :: integer(),
mtime = 0 :: non_neg_integer(),
content_type = "NULL" :: string(),
content_type = "NULL" :: string() | binary(),
file_path = "" :: file:name_all()
}).

Expand Down
Binary file modified rebar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/leo_dcerl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{application, leo_dcerl,
[{description, "Erlang disk based SSD-Aware caching library"},
{mod, {leo_dcerl, []}},
{vsn, "0.2.9"},
{vsn, "0.2.10"},
{registered, []},
{applications, [kernel, stdlib]}
]}.

0 comments on commit c8a9455

Please sign in to comment.