From 716ac9e041dcc041b59512905645d78b8ea18f8c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 5 Sep 2021 11:34:21 +0200 Subject: [PATCH] Bumped to v0.1.4 --- src/box64version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/box64version.h b/src/box64version.h index 53d7c4bdb5..22c96937e9 100755 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 1 -#define BOX64_REVISION 3 +#define BOX64_REVISION 4 #endif //__BOX64_VERSION_H_