From 24b5b940c753874b60ad207d469e4ec8a4b6eac8 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 23 Jun 2023 13:42:22 -0700 Subject: [PATCH] bump to 2.13.2 --- bytecode/bytecode.md | 2 +- compiler/src/bytecode.ts | 4 ++-- runtime/devicescript/devs_bytecode.h | 4 ++-- runtime/jacdac-c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bytecode/bytecode.md b/bytecode/bytecode.md index 14a8dde616..9aef3c4756 100644 --- a/bytecode/bytecode.md +++ b/bytecode/bytecode.md @@ -22,7 +22,7 @@ For a more highlevel description of runtime and bytecode, see [Runtime implement img_version_major = 2 img_version_minor = 13 - img_version_patch = 1 + img_version_patch = 2 img_version = $version magic0 = 0x53766544 // "DevS" magic1 = 0xf1296e0a diff --git a/compiler/src/bytecode.ts b/compiler/src/bytecode.ts index 048ba10af6..51c4416837 100644 --- a/compiler/src/bytecode.ts +++ b/compiler/src/bytecode.ts @@ -106,8 +106,8 @@ export const OP_TYPES = export enum BinFmt { IMG_VERSION_MAJOR = 2, IMG_VERSION_MINOR = 13, - IMG_VERSION_PATCH = 1, - IMG_VERSION = 0x20d0001, + IMG_VERSION_PATCH = 2, + IMG_VERSION = 0x20d0002, MAGIC0 = 0x53766544, // "DevS" MAGIC1 = 0xf1296e0a, NUM_IMG_SECTIONS = 10, diff --git a/runtime/devicescript/devs_bytecode.h b/runtime/devicescript/devs_bytecode.h index 1cce25751b..753e25826c 100644 --- a/runtime/devicescript/devs_bytecode.h +++ b/runtime/devicescript/devs_bytecode.h @@ -112,8 +112,8 @@ #define DEVS_IMG_VERSION_MAJOR 2 #define DEVS_IMG_VERSION_MINOR 13 -#define DEVS_IMG_VERSION_PATCH 1 -#define DEVS_IMG_VERSION 0x20d0001 +#define DEVS_IMG_VERSION_PATCH 2 +#define DEVS_IMG_VERSION 0x20d0002 #define DEVS_MAGIC0 0x53766544 // "DevS" #define DEVS_MAGIC1 0xf1296e0a #define DEVS_NUM_IMG_SECTIONS 10 diff --git a/runtime/jacdac-c b/runtime/jacdac-c index 70acecf6ba..dfa88f8fcf 160000 --- a/runtime/jacdac-c +++ b/runtime/jacdac-c @@ -1 +1 @@ -Subproject commit 70acecf6baa436fb048edce40e6e675175618601 +Subproject commit dfa88f8fcfec31484e1857c53aa1de45af1866ba