about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-24 19:11:58 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-24 19:11:58 +0100
commit17bc603077c00fc390029370882eb0fb147c8739 (patch)
treeaad6c58b2b602ec42472d11ff2dd5a79b9f8fa23 /src
parent7af9158baaebcfb928cfd8462d2104a348508cea (diff)
downloadbox64-17bc603077c00fc390029370882eb0fb147c8739.tar.gz
box64-17bc603077c00fc390029370882eb0fb147c8739.zip
Bumped to v0.0.6
Diffstat (limited to 'src')
-rwxr-xr-xsrc/box64version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box64version.h b/src/box64version.h
index 9d7ba24c..a7db34c4 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 0
-#define BOX64_REVISION 5
+#define BOX64_REVISION 6
 
 #endif //__BOX64_VERSION_H_