about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-06-07 16:16:19 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-06-07 16:16:19 +0200
commit4539eccd4016779d333f63b5cd1c69dace39b571 (patch)
treee89a5180c30f01acc5aa8b935bc1253a8905dd4d /src
parent03d220b1d297a9e5be81760833b014edf9dfe7ab (diff)
downloadbox64-4539eccd4016779d333f63b5cd1c69dace39b571.tar.gz
box64-4539eccd4016779d333f63b5cd1c69dace39b571.zip
Start of a new dev. cycle
Diffstat (limited to 'src')
-rw-r--r--src/box64version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box64version.h b/src/box64version.h
index 0346b12e..1282793d 100644
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 3
-#define BOX64_REVISION 6
+#define BOX64_REVISION 7
 
 #endif //__BOX64_VERSION_H_