diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-03 14:42:17 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-03 14:42:17 +0200 |
| commit | 9243ea4ca1dda93cb3fcea2142413d1cff6b2e48 (patch) | |
| tree | 461bd141d0666eba5e3550f2194f46a1669e60c5 | |
| parent | 2e871fc68ae444c808f4ce41f657f440d2a70d37 (diff) | |
| download | box64-9243ea4ca1dda93cb3fcea2142413d1cff6b2e48.tar.gz box64-9243ea4ca1dda93cb3fcea2142413d1cff6b2e48.zip | |
Bumped to v0.1.2
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rwxr-xr-x | src/box64version.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f361707d..af5de536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ -Current Version +v0.1.2 ====== +* OpenSource! * A few more opcode added to the Interpretor and the Dynarec * Improved Native Function calling * Added some function to limit allocated memory to 47bits space (for Wine) * Improved and Fixed the functions to limit allocated memory to 32bits space +* Wine is starting now, but not everything and every version works v0.1.0 ====== diff --git a/src/box64version.h b/src/box64version.h index b4393b72..4cffae3c 100755 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 1 -#define BOX64_REVISION 1 +#define BOX64_REVISION 2 #endif //__BOX64_VERSION_H_ |