diff options
author | Lars Thorsen <[email protected]> | 2011-10-12 15:11:20 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2011-10-12 15:20:14 +0200 |
commit | 36fa068807ef85fdcc85240ca077239ed7d34f5b (patch) | |
tree | eb834ace588820751ae9a7591f1e6f4926e69798 /lib/ic/vsn.mk | |
parent | b6dc1a844eab061d0a7153d46e7e68296f15a504 (diff) | |
download | otp-36fa068807ef85fdcc85240ca077239ed7d34f5b.tar.gz otp-36fa068807ef85fdcc85240ca077239ed7d34f5b.tar.bz2 otp-36fa068807ef85fdcc85240ca077239ed7d34f5b.zip |
Fix match bug
Incorrect use of ets:match changed to ets:match_object.
Diffstat (limited to 'lib/ic/vsn.mk')
-rw-r--r-- | lib/ic/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ic/vsn.mk b/lib/ic/vsn.mk index 6561ccd2a7..703c8d29eb 100644 --- a/lib/ic/vsn.mk +++ b/lib/ic/vsn.mk @@ -1 +1 @@ -IC_VSN = 4.2.27 +IC_VSN = 4.2.28 |