about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <seebastien.chev@gmail.com>2023-08-20 13:23:57 +0200
committerptitSeb <seebastien.chev@gmail.com>2023-08-20 13:23:57 +0200
commit7d7ea4405c2ea917948fb3b108afcf42f8760079 (patch)
tree37c8082217b2c54d88dd9daaf272f720a2d2833f
parent45c4117a40e564b84dc8659283b52d92defe86c0 (diff)
downloadbox64-7d7ea4405c2ea917948fb3b108afcf42f8760079.tar.gz
box64-7d7ea4405c2ea917948fb3b108afcf42f8760079.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 ea108dec..000a4ceb 100644
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 2
-#define BOX64_REVISION 4
+#define BOX64_REVISION 5
 
 #endif //__BOX64_VERSION_H_