shadPS4/src/common/version.h

14 lines
252 B
C
Raw Normal View History

2024-02-23 21:32:32 +00:00
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
2023-09-29 05:40:30 +00:00
#pragma once
2023-09-29 05:40:30 +00:00
#include <string>
#include <string_view>
namespace Common {
2024-07-01 21:39:10 +00:00
constexpr char VERSION[] = "0.1.1 WIP";
} // namespace Common