about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-25 08:53:54 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-25 08:53:54 +0100
commit5b45f871dfef35a21927c3531d5b864cc9e32774 (patch)
tree7f9a4e4afe2f036a0357598acfcc895bca18123d /src
parent17bc603077c00fc390029370882eb0fb147c8739 (diff)
downloadbox64-5b45f871dfef35a21927c3531d5b864cc9e32774.tar.gz
box64-5b45f871dfef35a21927c3531d5b864cc9e32774.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 a7db34c4..556dc70b 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 0
-#define BOX64_REVISION 6
+#define BOX64_REVISION 7
 
 #endif //__BOX64_VERSION_H_