aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2015-06-29 23:32:00 +0200
committerMickael Remond <mremond@process-one.net>2015-06-29 23:32:00 +0200
commit0474804d4baa6449d498e5403d1ac450245bcd55 (patch)
treec21e225ff6021b103ee064f407722003778cc9f1
parentUse https url for git dependencies for consistency (diff)
Version number must be SemVersion in mix
Semantic version expects versioning with 3 components
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f4bd4ccf7..ea45f8715 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "15.06",
+ version: "15.06.0",
elixir: "~> 1.0",
elixirc_paths: ["lib"],
compile_path: ".",