about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-06-27 10:20:11 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-06-27 10:20:11 +0200
commit59ab48b99ed835d174ddc1f36c8c4b9e87251721 (patch)
treea3282b19229f5c14a255d806881da99a3203d284 /src
parenta7a58b920fa4d52c974cd039cee6391bea65605e (diff)
downloadbox64-59ab48b99ed835d174ddc1f36c8c4b9e87251721.tar.gz
box64-59ab48b99ed835d174ddc1f36c8c4b9e87251721.zip
Bumped to v0.1.0
Diffstat (limited to 'src')
-rwxr-xr-xsrc/box64version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/box64version.h b/src/box64version.h
index 21014326..946ade4c 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -2,7 +2,7 @@
 #define __BOX64_VERSION_H_
 
 #define BOX64_MAJOR 0
-#define BOX64_MINOR 0
-#define BOX64_REVISION 9
+#define BOX64_MINOR 1
+#define BOX64_REVISION 0
 
 #endif //__BOX64_VERSION_H_