Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
danikp committed Aug 9, 2015
1 parent b81d006 commit 912c6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ get-deps:
@$(REBAR) get-deps

## dialyzer
PLT_FILE = ~/boss_db.plt
PLT_FILE = ~/tiny_pq.plt
PLT_APPS ?= kernel stdlib erts compiler
DIALYZER_OPTS ?= -Werror_handling -Wrace_conditions -Wunmatched_returns \
-Wunderspecs --verbose --fullpath -n
Expand Down
2 changes: 1 addition & 1 deletion src/tiny_pq.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, tiny_pq,
[
{description, "TinyPQ: A simple priority queue based on gb_trees"},
{vsn, "0.1.0"},
{vsn, "0.8.15"},
{registered, [
]},
{modules, []},
Expand Down

0 comments on commit 912c6c3

Please sign in to comment.