v0.0.1 release files

This commit is contained in:
georgemoralis 2023-09-29 08:40:30 +03:00
parent c9d2c92001
commit 1395fd4939
5 changed files with 52 additions and 3 deletions

7
src/version.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
#include <string>
#include <string_view>
namespace Emulator {
constexpr char VERSION[] = "0.0.1";
}