diff options
author | Gustav Simonsson <[email protected]> | 2012-03-27 11:33:40 +0200 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-03-27 11:33:40 +0200 |
commit | 83f2fac3765d75ab46bc3871c2ac9a53d683edeb (patch) | |
tree | 05450ca5452905ffe2be08b2bc937e21e146b483 /lib/dialyzer/vsn.mk | |
parent | 3e922e3a1995f7a63d7bf457a6a45a3d8010756f (diff) | |
parent | 982d6706df475dc28535d0fe7922573c618bbc36 (diff) | |
download | otp-83f2fac3765d75ab46bc3871c2ac9a53d683edeb.tar.gz otp-83f2fac3765d75ab46bc3871c2ac9a53d683edeb.tar.bz2 otp-83f2fac3765d75ab46bc3871c2ac9a53d683edeb.zip |
Merge branch 'sa/dialyzer-R15B01-last-minute-fixes' into maint
* sa/dialyzer-R15B01-last-minute-fixes:
Fix bug related with infinitely looping functions
Report only actual unknown types otherwise no message is sent
Use wx:wx_object() type now that it is exported
Up version
Add warnings_as_errors option
Diffstat (limited to 'lib/dialyzer/vsn.mk')
-rw-r--r-- | lib/dialyzer/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 622e51b859..edafcc4afb 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 2.5 +DIALYZER_VSN = 2.5.1 |