25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-20 17:27:00 +01:00

Version number must be SemVersion in mix

Semantic version expects versioning with 3 components
This commit is contained in:
Mickael Remond 2015-06-29 23:32:00 +02:00
parent 56034e6ed5
commit 0474804d4b

View File

@ -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: ".",