mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix release version number.
This commit is contained in:
parent
4b82cb9953
commit
8cbbe4a3eb
@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.53)
|
AC_PREREQ(2.53)
|
||||||
AC_INIT(ejabberd, community, [ejabberd@process-one.net], [ejabberd])
|
AC_INIT(ejabberd, community m4_esyscmd([git describe --tags | tr -d '\n']), [ejabberd@process-one.net], [ejabberd])
|
||||||
REQUIRE_ERLANG_MIN="5.9.1 (Erlang/OTP R15B01)"
|
REQUIRE_ERLANG_MIN="5.9.1 (Erlang/OTP R15B01)"
|
||||||
REQUIRE_ERLANG_MAX="9.0.0 (No Max)"
|
REQUIRE_ERLANG_MAX="9.0.0 (No Max)"
|
||||||
|
|
||||||
|
@ -13,12 +13,12 @@ all: release pdf html
|
|||||||
release:
|
release:
|
||||||
@echo "Notes for the releaser:"
|
@echo "Notes for the releaser:"
|
||||||
@echo "* Do not forget to add a link to the release notes in guide.tex"
|
@echo "* Do not forget to add a link to the release notes in guide.tex"
|
||||||
@echo "* Do not forget to update the version number in src/ejabberd.app!"
|
@echo "* Do not forget to update the version number in ebin/ejabberd.app!"
|
||||||
@echo "* Do not forget to update the features in introduction.tex (including \new{} and \improved{} tags)."
|
@echo "* Do not forget to update the features in introduction.tex (including \new{} and \improved{} tags)."
|
||||||
@echo "Press any key to continue"
|
@echo "Press any key to continue"
|
||||||
##@read foo
|
##@read foo
|
||||||
@echo "% ejabberd version (automatically generated)." > version.tex
|
@echo "% ejabberd version (automatically generated)." > version.tex
|
||||||
@echo "\newcommand{\version}{"`sed '/vsn/!d;s/\(.*\)"\(.*\)"\(.*\)/\2/' ../src/ejabberd.app`"}" >> version.tex
|
@echo "\newcommand{\version}{"`sed '/vsn/!d;s/\(.*\)"\(.*\)"\(.*\)/\2/' ../ebin/ejabberd.app`"}" >> version.tex
|
||||||
@echo -n "% Contributed modules (automatically generated)." > contributed_modules.tex
|
@echo -n "% Contributed modules (automatically generated)." > contributed_modules.tex
|
||||||
@echo -e "$(CONTRIBUTED_MODULES)" >> contributed_modules.tex
|
@echo -e "$(CONTRIBUTED_MODULES)" >> contributed_modules.tex
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user