about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
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"