about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-03-10 17:01:37 +0100
committerptitSeb <sebastien.chev@gmail.com>2025-03-10 17:01:37 +0100
commit2b300bd199a7a65a3de1eecd24d6dff5593a9b55 (patch)
tree3203263a8d6a49c8c10a0dd9a1d95000767e5737 /src
parent9c69ebd717734c9604e5d6e7e70c1857e8bb1aba (diff)
downloadbox64-2b300bd199a7a65a3de1eecd24d6dff5593a9b55.tar.gz
box64-2b300bd199a7a65a3de1eecd24d6dff5593a9b55.zip
Bumped version to v0.3.4
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 12f00d07..fce95b8f 100644
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 3
-#define BOX64_REVISION 3
+#define BOX64_REVISION 4
 
 #endif //__BOX64_VERSION_H_