about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-05 13:08:37 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-05 13:08:37 +0200
commit29720048e229ad50ee066e66dadaf67966aa60e4 (patch)
tree5d70f0fa39726d9fbe8c0283f3a231d051b0a2e0 /src
parent716ac9e041dcc041b59512905645d78b8ea18f8c (diff)
downloadbox64-29720048e229ad50ee066e66dadaf67966aa60e4.tar.gz
box64-29720048e229ad50ee066e66dadaf67966aa60e4.zip
Started 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 22c96937..d0351c1e 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 1
-#define BOX64_REVISION 4
+#define BOX64_REVISION 5
 
 #endif //__BOX64_VERSION_H_