about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-04-16 17:16:49 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-04-16 17:16:49 +0200
commit30302a049c69b926c646236ca97fc06994ca3e7e (patch)
tree59b4e5a791313bf50c60df8a11451b6949088ccd /src
parentbd432a3a1502a6b1d26ea7ea1d19c9f38c795450 (diff)
downloadbox64-30302a049c69b926c646236ca97fc06994ca3e7e.tar.gz
box64-30302a049c69b926c646236ca97fc06994ca3e7e.zip
Bumped version to v0.1.8
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 3630d2bd..62315424 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 1
-#define BOX64_REVISION 7
+#define BOX64_REVISION 8
 
 #endif //__BOX64_VERSION_H_