Skip to content

Commit

Permalink
Fixed installation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
karlll committed Nov 3, 2013
1 parent d5db51f commit 514fc79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -25,6 +25,7 @@ configure:
@rm -rf priv/prefix
ifdef PREFIX
@echo "Setting installation dir to ${PREFIX}"
@mkdir -p priv
@echo ${PREFIX} > priv/prefix
endif

Expand Down
2 changes: 1 addition & 1 deletion include/kjell.hrl
Expand Up @@ -4,7 +4,7 @@
%%% @end


-define(VERSION,"0.2.1").
-define(VERSION,"0.2.2").
-define(BANNER,"Kjell v." ++ ?VERSION).

-define(DEFAULT_COLORS,
Expand Down
2 changes: 1 addition & 1 deletion src/kjell.app.src
@@ -1,7 +1,7 @@
{application, kjell,
[
{description, "An erlang shell"},
{vsn, "0.2.0"},
{vsn, "0.2.22"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 514fc79

Please sign in to comment.