diff options
author | Badlop <badlop@process-one.net> | 2008-01-15 17:53:40 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-01-15 17:53:40 +0000 |
commit | 864d2056a7f66cd0de975a6696b2129382915b05 (patch) | |
tree | 7a7ed5d8d1c4663a73e8a80f2f7729b036f24932 /src | |
parent | * doc/guide.tex: Updated copyright dates to 2008 (diff) |
* doc/guide.tex: Improved the documentation of Binary
installer. Updated the requirements, specifically: Erlang R10B-9
is required as minimum, and R12 is not yet supported. Added
section Upgrading ejabberd. Improved documentation about Erlang
runtime system environment variables and command-line parameters.
* doc/guide.html: Likewise
* doc/release_notes_2.0.0.txt: Updated to RC1
* doc/version.tex: Likewise
* src/ejabberd.hrl: Likewise
* doc/introduction.tex: Updated to 22 languages
* doc/Makefile: Ensure that Bash is used
SVN Revision: 1154
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberd.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd.hrl b/src/ejabberd.hrl index 849cc83e3..578c99cf3 100644 --- a/src/ejabberd.hrl +++ b/src/ejabberd.hrl @@ -22,7 +22,7 @@ %-define(ejabberd_debug, true). %-define(DBGFSM, true). --define(VERSION, "2.0.0-beta1"). +-define(VERSION, "2.0.0-rc1"). %% --------------------------------- %% Logging mechanism |