Skip to content

Commit 3bc7eb7

Browse files
committed
Update AOT_CURRENT_VERSION constant.
1 parent d78effd commit 3bc7eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-tools/aot-analyzer/include/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define WASM_CURRENT_VERSION 1
1616

1717
#define AOT_MAGIC_NUMBER 0x746f6100
18-
#define AOT_CURRENT_VERSION 5
18+
#define AOT_CURRENT_VERSION 6
1919

2020
/* Legal values for bin_type */
2121
#define BIN_TYPE_ELF32L 0 /* 32-bit little endian */

0 commit comments

Comments
 (0)