about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-11-19 22:21:29 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-11-19 22:21:29 +0100
commite6e9fae178d6353aa63abf4b1c66bcdb66bf8a83 (patch)
tree8f34140be3991107142427c413a403cc24726c75 /src
parent7042a1ae30ba9e2d67352dfe0672c57713ca4c6d (diff)
downloadbox64-e6e9fae178d6353aa63abf4b1c66bcdb66bf8a83.tar.gz
box64-e6e9fae178d6353aa63abf4b1c66bcdb66bf8a83.zip
Bumped to v0.1.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 d0351c1e..61b95002 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 1
-#define BOX64_REVISION 5
+#define BOX64_REVISION 6
 
 #endif //__BOX64_VERSION_H_