Skip to content

Commit 1dd1f2b

Browse files
author
José Valim
committed
Use hardcoded version on elixir.app.src for now
Related to #808
1 parent 3137bfc commit 1dd1f2b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ erlang:
4646
# file, then mix and then compile eex fully
4747
elixir: kernel unicode lib/eex/ebin/Elixir-EEx.beam mix ex_unit eex iex
4848

49-
kernel: $(KERNEL)
49+
kernel: $(KERNEL) VERSION
5050
$(KERNEL): lib/elixir/lib/*.ex lib/elixir/lib/*/*.ex
5151
@ if [ ! -f $(KERNEL) ]; then \
5252
echo "==> bootstrap (compile)"; \

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ This document simply outlines the release process:
2323
## Places where version is mentioned
2424

2525
* VERSION
26-
* CHANGELOG
26+
* CHANGELOG
27+
* src/elixir.app.src

src/elixir.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, {cmd, "echo `cat ../../VERSION`"}},
3+
{vsn, "0.8.0"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)