File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- # v0.10.2-dev
1
+ # v0.10.2 (2013-09-03)
2
2
3
3
* enhancements
4
4
* [ CLI] Add ` --verbose ` to elixirc, which now is non-verbose by default
Original file line number Diff line number Diff line change 1
1
REBAR := "$(shell echo `pwd`/rebar) "
2
- ELIXIRC := bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS )
2
+ ELIXIRC := bin/elixirc --verbose -- ignore-module-conflict $(ELIXIRC_OPTS )
3
3
ERLC := erlc -I lib/elixir/include
4
4
ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin
5
5
VERSION := $(strip $(shell cat VERSION) )
@@ -11,7 +11,6 @@ INSTALL_DIR = $(INSTALL) -m755 -d
11
11
INSTALL_DATA = $(INSTALL ) -m644
12
12
INSTALL_PROGRAM = $(INSTALL ) -m755
13
13
14
-
15
14
.PHONY : install compile erlang elixir dialyze test clean docs release_docs release_zip release_erl
16
15
.NOTPARALLEL : compile
17
16
Original file line number Diff line number Diff line change 1
- 0.10.2-dev
1
+ 0.10.2
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 0.10.2-dev " },
3
+ {vsn , " 0.10.2" },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments