]> granicus.if.org Git - ejabberd/commitdiff
Upgrade version number to ejabberd 15.07
authorMickael Remond <mremond@process-one.net>
Wed, 2 Sep 2015 07:11:06 +0000 (09:11 +0200)
committerMickael Remond <mremond@process-one.net>
Wed, 2 Sep 2015 07:11:06 +0000 (09:11 +0200)
We forgot before previous release

mix.exs

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