about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-10-14 09:03:47 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-10-14 09:03:47 +0200
commit3ad0ddfe880ee2edbc6cd05ce9cb8acb82b34331 (patch)
tree3b1ec69350ced82cee9d64ae678737059499c109
parent81c56d7155cdd7a4c49173a2fe4d7bdd87698683 (diff)
downloadbox64-3ad0ddfe880ee2edbc6cd05ce9cb8acb82b34331.tar.gz
box64-3ad0ddfe880ee2edbc6cd05ce9cb8acb82b34331.zip
Start of a new dev. cycle
-rw-r--r--src/box64version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box64version.h b/src/box64version.h
index 886f50ae..00d2e21d 100644
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 3
-#define BOX64_REVISION 8
+#define BOX64_REVISION 9
 
 #endif //__BOX64_VERSION_H_