summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-06-18 21:33:48 +0000
committerBadlop <badlop@process-one.net>2008-06-18 21:33:48 +0000
commit5fdcb52306ffec6d691605c79ab2c5e502d0c882 (patch)
tree7da2d0cb33c7e835371e4e953a2f2267e82aa2ed /doc/api
parenttemporary roster_groups_allowed (EJAB-655) (diff)
* src/ejabberd.app: The ejabberd version number is defined in the
OTP application resource file, in the key 'vsn' (EJAB-657) * src/ejabberd.hrl: The macro VERSION now consults the ejabberd application key vsn * src/configure.erl: Load the ejabberd application description * doc/Makefile: Read ejabberd version from ejabberd.app vsn * doc/api/Makefile: Likewise SVN Revision: 1361
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/Makefile b/doc/api/Makefile
index a4c8dbb7..de356ef2 100644
--- a/doc/api/Makefile
+++ b/doc/api/Makefile
@@ -1,5 +1,5 @@
APPNAME = ejabberd
-VSN = $(shell sed '/VERSION/!d;s/\(.*\)"\(.*\)"\(.*\)/\2/' ../../src/ejabberd.hrl)
+VSN = $(shell sed '/vsn/!d;s/\(.*\)"\(.*\)"\(.*\)/\2/' ../../src/ejabberd.app)
DOCDIR=.
SRCDIR=../../src