We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bafd8 commit bedacefCopy full SHA for bedacef
docs/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-Current version
+v0.2.2
2
======
3
* Reworked some elfloader relocation mecanism
4
* Removed old "smart linker" and replace with a simple "jump table"
src/box86version.h
@@ -3,6 +3,6 @@
#define BOX86_MAJOR 0
5
#define BOX86_MINOR 2
6
-#define BOX86_REVISION 1
+#define BOX86_REVISION 2
7
8
#endif //__BOX86_VERSION_H_
0 commit comments