Skip to content

Commit bedacef

Browse files
committed
Bumped version to v0.2.2
1 parent 78bafd8 commit bedacef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Current version
1+
v0.2.2
22
======
33
* Reworked some elfloader relocation mecanism
44
* Removed old "smart linker" and replace with a simple "jump table"

src/box86version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
#define BOX86_MAJOR 0
55
#define BOX86_MINOR 2
6-
#define BOX86_REVISION 1
6+
#define BOX86_REVISION 2
77

88
#endif //__BOX86_VERSION_H_

0 commit comments

Comments
 (0)