Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2015-06-30 00:32:00 +0300
committerMickael Remond <mremond@process-one.net>2015-06-30 00:32:00 +0300
commit0474804d4baa6449d498e5403d1ac450245bcd55 (patch)
treec21e225ff6021b103ee064f407722003778cc9f1 /mix.exs
parent56034e6ed52f5944287c5049182e30b418219183 (diff)
Version number must be SemVersion in mix
Semantic version expects versioning with 3 components
Diffstat (limited to 'mix.exs')
-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: ".",