diff options
author | Hans Bolinder <[email protected]> | 2009-12-01 08:49:55 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-01 08:49:55 +0000 |
commit | c6f2df73550c341725c5c1db4083217f2d1b9fef (patch) | |
tree | 2f4d1bb2cb7c1615f132d7540cf3eeef9746f06f /lib/debugger/vsn.mk | |
parent | 7a75e61f847c0dd7a97e38b433fd15cedbb50860 (diff) | |
download | otp-c6f2df73550c341725c5c1db4083217f2d1b9fef.tar.gz otp-c6f2df73550c341725c5c1db4083217f2d1b9fef.tar.bz2 otp-c6f2df73550c341725c5c1db4083217f2d1b9fef.zip |
OTP-8310 Bugs have been fixed in the evaluation of comprehensions and
short-circuit expressions in guards.
Diffstat (limited to 'lib/debugger/vsn.mk')
-rw-r--r-- | lib/debugger/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/vsn.mk b/lib/debugger/vsn.mk index 27bf053b42..5ce37a6bde 100644 --- a/lib/debugger/vsn.mk +++ b/lib/debugger/vsn.mk @@ -1 +1 @@ -DEBUGGER_VSN = 3.2.1 +DEBUGGER_VSN = 3.2.2 |