diff --git a/documents/changelog.txt b/documents/changelog.txt index 57ee6d59..ff8411a5 100644 --- a/documents/changelog.txt +++ b/documents/changelog.txt @@ -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 \ No newline at end of file diff --git a/src/version.h b/src/version.h index 34070f89..6e439944 100644 --- a/src/version.h +++ b/src/version.h @@ -3,5 +3,5 @@ #include namespace Emulator { -constexpr char VERSION[] = "0.0.1"; +constexpr char VERSION[] = "0.0.2 WIP"; } \ No newline at end of file