Start of a new dev. cycle

This commit is contained in:
ptitSeb 2020-12-17 10:43:31 +01:00
parent 3c98cbccbe
commit 92208efd24
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
Current version
======
v0.1.8
======
* Fixes on some float to int x87 convertions opcodes

View File

@ -3,6 +3,6 @@
#define BOX86_MAJOR 0
#define BOX86_MINOR 1
#define BOX86_REVISION 8
#define BOX86_REVISION 9
#endif //__BOX86_VERSION_H_