Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemoralis committed Oct 9, 2023
1 parent bc6b740 commit 1e18efc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions documents/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.0.2 not yet released WIP
===========================
-using cstdint header in variable types
-run_main_entry: Rewrite in asm for stack setup
-printf libc implementation for work with sysv_abi

v0.0.1 29/09/2023
=================
First public release . Everything is new
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#include <string_view>

namespace Emulator {
constexpr char VERSION[] = "0.0.1";
constexpr char VERSION[] = "0.0.2 WIP";
}

0 comments on commit 1e18efc

Please sign in to comment.