shadPS4/src/version.h

7 lines
113 B
C
Raw Normal View History

2023-09-29 05:40:30 +00:00
#pragma once
#include <string>
#include <string_view>
namespace Emulator {
2023-10-21 18:37:17 +00:00
constexpr char VERSION[] = "0.0.2";
2023-09-29 05:40:30 +00:00
}