]> granicus.if.org Git - ejabberd/commitdiff
Version number must be SemVersion in mix
authorMickael Remond <mremond@process-one.net>
Mon, 29 Jun 2015 21:32:00 +0000 (23:32 +0200)
committerMickael Remond <mremond@process-one.net>
Mon, 29 Jun 2015 21:32:00 +0000 (23:32 +0200)
Semantic version expects versioning with 3 components

mix.exs

diff --git a/mix.exs b/mix.exs
index f4bd4ccf7edbaee3ac1da110bcb8eb5a74b143bd..ea45f87156675d2016218e1d7f1c8cfa78122bc2 100644 (file)
--- 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: ".",