From 5368285be0b52d850014d8c8daab84f22b28cb18 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 19 Nov 2021 21:57:50 +0100 Subject: [PATCH] Bumped version to v0.2.4 --- docs/CHANGELOG.md | 2 +- src/box86version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2bdd22e3b3..54c8e533bd 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,4 @@ -Current version +v0.2.4 ====== * Some work on Dynarec to limit the number of mutex use, and also allow smaller block to be built (for JIT'd programs) * Introduce BOX86_DYNAREC_STRONGMEM, like with box64 (not found any program that needs that yet) diff --git a/src/box86version.h b/src/box86version.h index 7dec4a7048..8f34df741a 100755 --- a/src/box86version.h +++ b/src/box86version.h @@ -3,6 +3,6 @@ #define BOX86_MAJOR 0 #define BOX86_MINOR 2 -#define BOX86_REVISION 3 +#define BOX86_REVISION 4 #endif //__BOX86_VERSION_H_ \ No newline at end of file