Skip to content

Commit

Permalink
Re-adding lost installation fix.
Browse files Browse the repository at this point in the history
Corrected version.
  • Loading branch information
karlll committed Dec 1, 2014
1 parent 7e7cc68 commit 05dcb34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Makefile
Expand Up @@ -9,7 +9,7 @@ all: compile

test: compile ct

compile:
compile:
@$(REBAR) compile

clean:
Expand All @@ -25,8 +25,9 @@ configure:
@rm -rf priv/prefix
ifdef PREFIX
@echo "Setting installation dir to ${PREFIX}"
@mkdir -p priv
@echo ${PREFIX} > priv/prefix
endif
endif

install:
@echo "Installing in ${INSTALL_DIR}"
Expand All @@ -40,4 +41,4 @@ endif

install-extensions:
@mkdir -p ${CFG_DIR}
@cp -R ext/extensions ${CFG_DIR}
@cp -R ext/extensions ${CFG_DIR}
2 changes: 1 addition & 1 deletion include/kjell.hrl
Expand Up @@ -4,7 +4,7 @@
%%% @end


-define(VERSION,"0.2.2").
-define(VERSION,"0.2.3").
-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.3"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 05dcb34

Please sign in to comment.