about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-05-22 10:18:32 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-05-22 10:18:32 +0200
commit3765d9e6f75f44f035d6dd3b6614d1169f5f46ba (patch)
tree91e927e09f1087a915701c21e05a5cc87addad08 /src
parent8545d0505f274554561ca30e1839027dd7be783a (diff)
downloadbox64-3765d9e6f75f44f035d6dd3b6614d1169f5f46ba.tar.gz
box64-3765d9e6f75f44f035d6dd3b6614d1169f5f46ba.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 da245d7f..c9099666 100644
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 2
-#define BOX64_REVISION 8
+#define BOX64_REVISION 9
 
 #endif //__BOX64_VERSION_H_