]> granicus.if.org Git - ejabberd/commitdiff
Update mix.exs
authorMickaël Rémond <mickael.remond@process-one.net>
Wed, 2 Sep 2015 08:54:24 +0000 (10:54 +0200)
committerMickaël Rémond <mickael.remond@process-one.net>
Wed, 2 Sep 2015 08:54:24 +0000 (10:54 +0200)
Fix version number.

mix.exs

diff --git a/mix.exs b/mix.exs
index d6684c44a197d824c0c5192702b80fc4a5a47dc0..dee1199716695cb41eec390b030cf62a148ca596 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
 
   def project do
     [app: :ejabberd,
-     version: "15.07777777.0",
+     version: "15.07.0",
      elixir: "~> 1.0",
      elixirc_paths: ["lib"],
      compile_path: ".",