summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 5d3171cf..7d8aee56 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -18,7 +18,7 @@
#define WASM_BINARY_H_
#define WASM_BINARY_MAGIC 0x6d736100
-#define WASM_BINARY_VERSION 0x0b
+#define WASM_BINARY_VERSION 0x0c
#define WASM_BINARY_TYPE_FORM_FUNCTION 0x40
#define WASM_SECTION_NAME_TYPE "type"