about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-06-06 15:31:49 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-06-06 15:31:49 +0200
commit03d220b1d297a9e5be81760833b014edf9dfe7ab (patch)
treee9e12073bbaa3bc5ecba317a1a1f1f9408cc92ac /src
parent053c4fd6bbdf767a65bea193198e17694ec154f5 (diff)
downloadbox64-03d220b1d297a9e5be81760833b014edf9dfe7ab.tar.gz
box64-03d220b1d297a9e5be81760833b014edf9dfe7ab.zip
Bumped version to v0.3.6
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 c7e11f57..0346b12e 100644
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 3
-#define BOX64_REVISION 5
+#define BOX64_REVISION 6
 
 #endif //__BOX64_VERSION_H_