From 47f4cd5479ebd5b33a2589c6b0a11c950f846f1b Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 6 Mar 2023 21:21:27 +0100 Subject: Change to version 1.29.3 --- src/c_loader.iom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c_loader.iom b/src/c_loader.iom index 80c8c4e..0b262d9 100644 --- a/src/c_loader.iom +++ b/src/c_loader.iom @@ -22,7 +22,7 @@ //If these switch to little-endian, be sure to update //definition and usages of VM_OLDEST_COMPATIBLE_VERSION, too! #define FIRMWAREVERSION 0x011D // x.y -#define FIRMWAREPATCH 2 // .z, the third number +#define FIRMWAREPATCH 3 // .z, the third number #define PROTOCOLVERSION 0x017C //1.124 enum -- cgit v1.2.3