diff options
author | Henrik Nord <[email protected]> | 2011-09-28 15:00:19 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-09-28 15:02:54 +0200 |
commit | ae097a5161b79f16f8b9a2d8f73e5e2f1792edec (patch) | |
tree | cbf278b965e5ad7fbe95bea524ea9580c2942684 /lib/edoc/vsn.mk | |
parent | fde38fa8d3120e6aa479f7720654114df9cd4ec8 (diff) | |
parent | df2063c1e436cfb2bb9283df074c4eaa87aeec91 (diff) | |
download | otp-ae097a5161b79f16f8b9a2d8f73e5e2f1792edec.tar.gz otp-ae097a5161b79f16f8b9a2d8f73e5e2f1792edec.tar.bz2 otp-ae097a5161b79f16f8b9a2d8f73e5e2f1792edec.zip |
Merge branch 'rc/edoc-0.7.9' into dev
* rc/edoc-0.7.9:
bumped revision
removed some never-matching clauses reported by dialyzer
Fix macro expansion in comments following Erlang types
URI-escape bytes as two hex digits always (reported by Alfonso De Gregorio)
updated author e-mail
recognize some more URI schemas in wiki text, in particular https
OTP-9590
Diffstat (limited to 'lib/edoc/vsn.mk')
-rw-r--r-- | lib/edoc/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoc/vsn.mk b/lib/edoc/vsn.mk index 30cf191ffc..22f225dd9b 100644 --- a/lib/edoc/vsn.mk +++ b/lib/edoc/vsn.mk @@ -1 +1 @@ -EDOC_VSN = 0.7.8 +EDOC_VSN = 0.7.9 |