shadPS4/src/common/version.h

14 lines
248 B
C
Raw Normal View History

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