about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-10-13 14:05:21 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-10-13 14:05:21 +0200
commit81c56d7155cdd7a4c49173a2fe4d7bdd87698683 (patch)
treeab61da9234d5b9d1a263930cccd6f1d7908a51e6 /src
parent524bf210118bb6f1cdfd2a76bd9d0df2134b6ee1 (diff)
downloadbox64-81c56d7155cdd7a4c49173a2fe4d7bdd87698683.tar.gz
box64-81c56d7155cdd7a4c49173a2fe4d7bdd87698683.zip
Bumped version to v0.3.8
Diffstat (limited to 'src')
-rw-r--r--src/box64version.h2
-rw-r--r--src/tools/env.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/box64version.h b/src/box64version.h
index 1282793d..886f50ae 100644
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 3
-#define BOX64_REVISION 7
+#define BOX64_REVISION 8
 
 #endif //__BOX64_VERSION_H_
diff --git a/src/tools/env.c b/src/tools/env.c
index 58e312fc..d81d6f6d 100644
--- a/src/tools/env.c
+++ b/src/tools/env.c
@@ -812,7 +812,7 @@ done:
 #else
 #error meh!
 #endif
-#define DYNAREC_VERSION SET_VERSION(0, 0, 4)
+#define DYNAREC_VERSION SET_VERSION(0, 0, 5)
 
 typedef struct DynaCacheHeader_s {
     char sign[10];  //"DynaCache\0"