diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-12-01 16:43:04 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-12-01 16:43:04 +0000 |
commit | b84f85ba8a1e95b42029520a1a4f4b4b28e3c998 (patch) | |
tree | 6ef052d61864208b68f8760e76cc685a19604ca7 /doc/version.tex | |
parent | * ChangeLog: Updated. (diff) |
* doc/Makefile: echo seems to interpret \n and \v under MacOSX
Leopard. I fixed the problem but let me know if it breaks build
chain in other contexts.
SVN Revision: 1011
Diffstat (limited to 'doc/version.tex')
-rw-r--r-- | doc/version.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/version.tex b/doc/version.tex index d40696494..769e0bf57 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1,3 +1,2 @@ % ejabberd version (automatically generated). - -ewcommand{ersion}{2.0.0b1} +\newcommand{\version}{2.0.0b1} |