commit | 4832e8b5876cb481d6e845782f7582904e1e445e | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Wed Jun 30 09:25:25 2021 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Wed Jun 30 07:40:32 2021 +0000 |
tree | 908d6b913020f189f535b30d0a42180656297f60 | |
parent | 23650cfda46a22256ad101fb4ddd23fb1c338f02 [diff] [blame] |
Update ASM to version 9.2 Change-Id: I90daf8d32a403d9041c63c2ccccc88f37d6cd07a
diff --git a/tools/asmifier.py b/tools/asmifier.py index 8aeb9a7..3fec231 100755 --- a/tools/asmifier.py +++ b/tools/asmifier.py
@@ -10,7 +10,7 @@ import sys import utils -ASM_VERSION = '9.0' +ASM_VERSION = '9.2' ASM_JAR = 'asm-' + ASM_VERSION + '.jar' ASM_UTIL_JAR = 'asm-util-' + ASM_VERSION + '.jar'