about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-24 19:11:58 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-24 19:11:58 +0100
commit17bc603077c00fc390029370882eb0fb147c8739 (patch)
treeaad6c58b2b602ec42472d11ff2dd5a79b9f8fa23
parent7af9158baaebcfb928cfd8462d2104a348508cea (diff)
downloadbox64-17bc603077c00fc390029370882eb0fb147c8739.tar.gz
box64-17bc603077c00fc390029370882eb0fb147c8739.zip
Bumped to v0.0.6
-rw-r--r--CHANGELOG.md2
-rwxr-xr-xsrc/box64version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2ac9cf2..33dfdb7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-Current version

+v0.0.6

 ======

 * Added Dynarec for ARM64

 * Many general CPU opcode added to the Dynarec

diff --git a/src/box64version.h b/src/box64version.h
index 9d7ba24c..a7db34c4 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 0
-#define BOX64_REVISION 5
+#define BOX64_REVISION 6
 
 #endif //__BOX64_VERSION_H_