diff options
author | Badlop <badlop@process-one.net> | 2008-06-18 21:33:48 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-06-18 21:33:48 +0000 |
commit | 5fdcb52306ffec6d691605c79ab2c5e502d0c882 (patch) | |
tree | 7da2d0cb33c7e835371e4e953a2f2267e82aa2ed /doc/api | |
parent | temporary 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/Makefile | 2 |
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 |