about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-06-27 12:28:12 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-06-27 12:28:12 +0200
commit78b6113d8bcf609e4429f5ac6145b046bb059300 (patch)
tree6823719edf823ade7ba450c648418d9612bbe107 /src
parent59ab48b99ed835d174ddc1f36c8c4b9e87251721 (diff)
downloadbox64-78b6113d8bcf609e4429f5ac6145b046bb059300.tar.gz
box64-78b6113d8bcf609e4429f5ac6145b046bb059300.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 946ade4c..b4393b72 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 1
-#define BOX64_REVISION 0
+#define BOX64_REVISION 1
 
 #endif //__BOX64_VERSION_H_