Skip to content

Commit

Permalink
Bump AOT_CURRENT_VERSION for WAMR 2.x (gc, memory64) (#3880)
Browse files Browse the repository at this point in the history
* Bump AOT_CURRENT_VERSION for WAMR 2.x (gc, memory64)

Maybe it's too late because we have already made a few releases
since then.
But this might still help users who haven't upgraded to WAMR 2.x yet.
Also, for the purpose of the versioning, it's safer to bump
needlessly than missing necessary bumps.

Fixes #3837

* test-tools/aot-analyzer/include/config.h: bump AOT_CURRENT_VERSION
  • Loading branch information
yamt authored Oct 29, 2024
1 parent a3960c8 commit 95edef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
#endif

#define AOT_MAGIC_NUMBER 0x746f6100
#define AOT_CURRENT_VERSION 3
#define AOT_CURRENT_VERSION 4

#ifndef WASM_ENABLE_JIT
#define WASM_ENABLE_JIT 0
Expand Down
2 changes: 1 addition & 1 deletion test-tools/aot-analyzer/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define WASM_CURRENT_VERSION 1

#define AOT_MAGIC_NUMBER 0x746f6100
#define AOT_CURRENT_VERSION 3
#define AOT_CURRENT_VERSION 4

/* Legal values for bin_type */
#define BIN_TYPE_ELF32L 0 /* 32-bit little endian */
Expand Down

0 comments on commit 95edef3

Please sign in to comment.