about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-13 20:49:30 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-13 20:49:30 +0200
commitf5c4deb42bfe00d76a8deba6e64657dca640405c (patch)
treecff9d3826f819eb376842a13492957564eddfb7c
parent069193e8b7130818c4732d69e3b81ebfed907ade (diff)
downloadbox64-f5c4deb42bfe00d76a8deba6e64657dca640405c.tar.gz
box64-f5c4deb42bfe00d76a8deba6e64657dca640405c.zip
Bumped to v0.0.8
-rwxr-xr-xsrc/box64version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box64version.h b/src/box64version.h
index 556dc70b..7ad4dad4 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 0
-#define BOX64_REVISION 7
+#define BOX64_REVISION 8
 
 #endif //__BOX64_VERSION_H_