aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2015-06-29 23:14:18 +0200
committerMickael Remond <mremond@process-one.net>2015-06-29 23:14:18 +0200
commitdf57a07dd5d760d7956500caa3262ff84538a560 (patch)
tree7a1b13361ba03e3c825bf2af83c3f9342c7f9e75 /mix.exs
parentDo not rely on behaviour info when doing config validation (diff)
Keep the version hardcoded in mix.exs file
Generated the mix.exs file through configure is not possible when using mix, as it does not run configure after having downloaded the dependencies. #621
Diffstat (limited to '')
-rw-r--r--mix.exs (renamed from mix.exs.in)2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs.in b/mix.exs
index d7b236e01..c93a08811 100644
--- a/mix.exs.in
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "@PACKAGE_VERSION@",
+ version: "15.06",
elixir: "~> 1.0",
elixirc_paths: ["lib"],
compile_path: ".",