shadPS4/src/version.h

7 lines
113 B
C
Raw Normal View History

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