From 288e7311e43cd6451247c7523fcc8655ca64a6af Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 5 Mar 2024 22:48:50 +0100 Subject: Change to version 1.29.4 --- 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 0b262d9..5e43e48 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 3 // .z, the third number +#define FIRMWAREPATCH 4 // .z, the third number #define PROTOCOLVERSION 0x017C //1.124 enum -- cgit v1.2.3