Add correct package version for mix (#577)

This commit is contained in:
Christophe Romain 2015-05-29 09:30:16 +02:00
parent e8ffbbb0b4
commit 6cba7bf834
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ XmppAddr.hrl
/test/*.beam
/logs/
/priv/sql
mix.exs

View File

@ -235,7 +235,8 @@ esac],[if test "x$lager" = "x"; then lager=true; fi])
AC_CONFIG_FILES([Makefile
vars.config
src/ejabberd.app.src])
src/ejabberd.app.src
mix.exs])
ENABLEUSER=""
AC_ARG_ENABLE(user,

View File

@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
version: "15.03.0",
version: "@PACKAGE_VERSION@",
elixir: "~> 1.0",
elixirc_paths: ["lib"],
compile_path: ".",