diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-24 19:11:58 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-24 19:11:58 +0100 |
| commit | 17bc603077c00fc390029370882eb0fb147c8739 (patch) | |
| tree | aad6c58b2b602ec42472d11ff2dd5a79b9f8fa23 | |
| parent | 7af9158baaebcfb928cfd8462d2104a348508cea (diff) | |
| download | box64-17bc603077c00fc390029370882eb0fb147c8739.tar.gz box64-17bc603077c00fc390029370882eb0fb147c8739.zip | |
Bumped to v0.0.6
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rwxr-xr-x | src/box64version.h | 2 |
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_ |