commit | 0b4f14a943b5e84b485568a5db07dcf5622ad29f | [log] [tgz] |
---|---|---|
author | Ian Zerny <zerny@google.com> | Fri Apr 28 09:51:12 2023 +0200 |
committer | Ian Zerny <zerny@google.com> | Fri Apr 28 07:51:32 2023 +0000 |
tree | bea3c5142ee0ea397a754cce7342e18f9ee47275 | |
parent | c2e12ca99426153ee16c972c0eb92ed6b5a63ce0 [diff] [blame] |
Update asm to version 9.5 Change-Id: I7e9f4adc2bef84ebfb7deab303799cb9f7c3ec1a
diff --git a/tools/asmifier.py b/tools/asmifier.py index 82b90af..504f2bf 100755 --- a/tools/asmifier.py +++ b/tools/asmifier.py
@@ -10,7 +10,7 @@ import sys import utils -ASM_VERSION = '9.4' +ASM_VERSION = '9.5' ASM_JAR = 'asm-' + ASM_VERSION + '.jar' ASM_UTIL_JAR = 'asm-util-' + ASM_VERSION + '.jar'