about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-14 10:06:48 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-14 10:06:48 +0200
commit0d38b1cd91d4265042396d3d1dbacac2e662ba00 (patch)
tree7d2bd760bbdeb2d4c0ff03c345af3d3e6682299f /src
parentf5c4deb42bfe00d76a8deba6e64657dca640405c (diff)
downloadbox64-0d38b1cd91d4265042396d3d1dbacac2e662ba00.tar.gz
box64-0d38b1cd91d4265042396d3d1dbacac2e662ba00.zip
Start of a new dev. cycle
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 7ad4dad4..21014326 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 0
-#define BOX64_REVISION 8
+#define BOX64_REVISION 9
 
 #endif //__BOX64_VERSION_H_