Skip to content

Commit

Permalink
version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BeaEngine committed Nov 20, 2020
1 parent c7d3b3a commit bafb0ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# BeaEngine 5.2.0 (2020-11-20)
- 12 instructions from Advanced Matrix Extension (AMX) added
- 4 instructions from Trust Domain Extension (TDX) added
- 11 instructions from Key Locker Extension (KL) added
- 5 instructions from User-Interrupt Extension (UINTR) added
- python wrapper improved to handle data-flow and control-flow analysis
- new headers (TMM registers added, instructiontype is now able to manage up to 9 operands)
- documentation updated to 1.2 version

# BeaEngine 5.1.0
- fix SecurityBlock issues
- Python Wrapper improved
Expand Down
2 changes: 1 addition & 1 deletion src/Includes/BeaEngineVersion.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with BeaEngine. If not, see <http://www.gnu.org/licenses/>. */
const__ char* __bea_callspec__ BeaEngineVersion(void) {
return "5.1";
return "5.2";
}
const__ char* __bea_callspec__ BeaEngineRevision(void) {
return "0";
Expand Down

0 comments on commit bafb0ba

Please sign in to comment.