about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-05-21 17:33:16 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-05-21 17:33:16 +0200
commit8545d0505f274554561ca30e1839027dd7be783a (patch)
tree552965b237a4e50eb25bc77bc03faa86fd541cf7 /src
parent28b101aaf7fcb2136ce530d37849156a3ede2996 (diff)
downloadbox64-8545d0505f274554561ca30e1839027dd7be783a.tar.gz
box64-8545d0505f274554561ca30e1839027dd7be783a.zip
Bumped version to v0.2.8
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 5d7f254c..da245d7f 100644
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 2
-#define BOX64_REVISION 7
+#define BOX64_REVISION 8
 
 #endif //__BOX64_VERSION_H_