about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-11-22 13:10:38 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-11-22 13:10:38 +0100
commitbb8983b48ab1e2507506f8b18d466d1c13060e2a (patch)
tree984d6160483c5f6494999efc89a97c514f056019 /src
parent666861419dd05ad41944b2e2d420463d51de71bf (diff)
downloadbox64-bb8983b48ab1e2507506f8b18d466d1c13060e2a.tar.gz
box64-bb8983b48ab1e2507506f8b18d466d1c13060e2a.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 c6fa4a2b..cccc633a 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 2
-#define BOX64_REVISION 0
+#define BOX64_REVISION 1
 
 #endif //__BOX64_VERSION_H_