From d9bff35e1389ba11c98ccee8cde72bb2f30e922c Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Wed, 29 Mar 2017 19:57:32 -0700 Subject: Version is now 0x1 (#1006) * Version is now 0x1 Resolves #1005. * Drop MVP --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 5c59b35..36db43f 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -183,7 +183,7 @@ The module starts with a preamble of two fields: | Field | Type | Description | | ----- | ----- | ----- | | magic number | `uint32` | Magic number `0x6d736100` (i.e., '\0asm') | -| version | `uint32` | Version number, currently 0xd. The version for MVP will be reset to 1. | +| version | `uint32` | Version number, `0x1` | The module preamble is followed by a sequence of sections. Each section is identified by a 1-byte *section code* that encodes either a known section or a custom section. -- cgit v1.2.3