about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-11 10:43:44 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-11 10:43:44 +0100
commit760c313f65fc45b8bbc19c665355deaf85c23047 (patch)
tree03c38a29143f0ddb52b741a0732b67a6f0a9efb4 /src
parent706ebc39eb9da543363048c051b3c687ad65d2a1 (diff)
downloadbox64-760c313f65fc45b8bbc19c665355deaf85c23047.tar.gz
box64-760c313f65fc45b8bbc19c665355deaf85c23047.zip
Start of 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 c6defd15..5dab8286 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 2
-#define BOX64_REVISION 2
+#define BOX64_REVISION 3
 
 #endif //__BOX64_VERSION_H_