From 1e18efcd0566cf1ad29ee5b4d38278fa8d70186a Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Mon, 9 Oct 2023 16:54:10 +0300 Subject: [PATCH] misc --- documents/changelog.txt | 6 ++++++ src/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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