about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-06-24 20:17:58 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-06-24 20:17:58 +0200
commit09e39704ae85c84622e55ed0eb7efb6cd2214401 (patch)
tree0162b19a5fcaef5926b2dd1d1dd30b46db9adfb1 /src/tools
parentf14fa2f2ce44a6cbee3fcef58faf742bce992a66 (diff)
downloadbox64-09e39704ae85c84622e55ed0eb7efb6cd2214401.tar.gz
box64-09e39704ae85c84622e55ed0eb7efb6cd2214401.zip
[DYNAREC] Better check of limit for a dynablock
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/env.c b/src/tools/env.c
index 3d3ad25b..4ce600c9 100644
--- a/src/tools/env.c
+++ b/src/tools/env.c
@@ -815,7 +815,7 @@ done:
 #else
 #error meh!
 #endif
-#define DYNAREC_VERSION SET_VERSION(0, 0, 1)
+#define DYNAREC_VERSION SET_VERSION(0, 0, 2)
 
 typedef struct DynaCacheHeader_s {
     char sign[10];  //"DynaCache\0"