commit | f411c35b35410a761a092fe2eaf30f1af47bbcff | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Tue Aug 18 14:44:01 2020 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Wed Aug 19 10:46:46 2020 +0000 |
tree | 0caa06de32ab71ca2fa7793ee657d153146a18d0 | |
parent | 8f0171e54030747ec47fcf1fd5e1d9cf619d87ed [diff] [blame] |
Update tools/asmifier.py with current ASM version Change-Id: I521ac0144f57dafc021b3bc0e88bbb8e531e85d1
diff --git a/tools/asmifier.py b/tools/asmifier.py index c2fbdc0..5290f0a 100755 --- a/tools/asmifier.py +++ b/tools/asmifier.py
@@ -10,7 +10,7 @@ import sys import utils -ASM_VERSION = '7.2' +ASM_VERSION = '8.0' ASM_JAR = 'asm-' + ASM_VERSION + '.jar' ASM_UTIL_JAR = 'asm-util-' + ASM_VERSION + '.jar'