Skip to content

Commit e654f73

Browse files
author
José Valim
committed
Release v0.10.2
1 parent 147a452 commit e654f73

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.10.2-dev
1+
# v0.10.2 (2013-09-03)
22

33
* enhancements
44
* [CLI] Add `--verbose` to elixirc, which now is non-verbose by default

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REBAR := "$(shell echo `pwd`/rebar)"
2-
ELIXIRC := bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS)
2+
ELIXIRC := bin/elixirc --verbose --ignore-module-conflict $(ELIXIRC_OPTS)
33
ERLC := erlc -I lib/elixir/include
44
ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin
55
VERSION := $(strip $(shell cat VERSION))
@@ -11,7 +11,6 @@ INSTALL_DIR = $(INSTALL) -m755 -d
1111
INSTALL_DATA = $(INSTALL) -m644
1212
INSTALL_PROGRAM = $(INSTALL) -m755
1313

14-
1514
.PHONY: install compile erlang elixir dialyze test clean docs release_docs release_zip release_erl
1615
.NOTPARALLEL: compile
1716

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.2-dev
1+
0.10.2

src/elixir.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "0.10.2-dev"},
3+
{vsn, "0.10.2"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)