54 lines
2.3 KiB
C++
54 lines
2.3 KiB
C++
// Generated by build script, do not edit!
|
|
#ifndef RC_INVOKED
|
|
|
|
#include "Configuration/IntegerDefinitions.h"
|
|
#include "Runtime/Testing/Fakeable.h"
|
|
|
|
namespace UnityConfig
|
|
{
|
|
extern const char* const UnityCompany = "Unity Technologies ApS";
|
|
extern const char* const UnityCopyright = "(c) 2023 Unity Technologies ApS. All rights reserved.";
|
|
extern const bool HardwareStatsEnabled = 1;
|
|
extern const char* const BuildRoot = "C:/buildslave/unity/build";
|
|
|
|
extern const char* const UnityVersion = "2021.3.22f1c1";
|
|
extern const char* const UnityVersionDigits = "2021.3.22";
|
|
extern const char* const UnityVersionSuffix = "f1c1";
|
|
extern const UInt32 UnityVersionVer = 2021;
|
|
extern const UInt32 UnityVersionMajor = 3;
|
|
extern const UInt32 UnityVersionMinor = 22;
|
|
extern const bool UnityVersionIsBeta = 0;
|
|
|
|
extern const char* const UnityVersionUnderHash = "2021.3.22f1c1_99bccbe894f5";
|
|
extern const char* const UnityVersionUnderHash_Verbose = "2021.3.22f1c1_99bccbe894f5";
|
|
extern const char* const UnityVersionUnderHash_WithParens = "2021.3.22f1c1 (99bccbe894f5)";
|
|
|
|
// A numeric representation of the version control hash
|
|
extern const UInt64 UnityVersionBuild = 10075339;
|
|
|
|
extern const UInt64 UnityVersionDate = 1681093785;
|
|
extern const char* const UnityVersionBranch = "2021.3/china_unity/release";
|
|
extern const char* const UnityVersionDisplay = "2021.3.22f1c1";
|
|
extern const char* const UnityVersionDisplay_Verbose = "2021.3.22f1c1.git.10075339";
|
|
extern const char* const UnityVersionRevision = "99bccbe894f5";
|
|
|
|
// Wide strings
|
|
extern const wchar_t* const L_UnityVersionUnderHash_WithParens = L"2021.3.22f1c1 (99bccbe894f5)";
|
|
extern const wchar_t* const L_UnityVersion = L"2021.3.22f1c1";
|
|
}
|
|
|
|
#else // Generated by build script for sole use by the Windows resource compiler, do not use for anything else
|
|
|
|
#define UNITY_COMPANY "Unity Technologies ApS"
|
|
#define UNITY_COPYRIGHT "(c) 2023 Unity Technologies ApS. All rights reserved."
|
|
#define UNITY_VERSION_VER 2021
|
|
#define UNITY_VERSION_MAJ 3
|
|
#define UNITY_VERSION_MIN 22
|
|
#define UNITY_IS_BETA 0
|
|
#define UNITY_VERSION_UNDER_HASH "2021.3.22f1c1_99bccbe894f5"
|
|
#define UNITY_VERSION_PARENS_HASH "2021.3.22f1c1 (99bccbe894f5)"
|
|
#define UNITY_VERSION_BLD 10075339
|
|
#define UNITY_VERSION_WIN "2021.3.22.10075339"
|
|
|
|
#endif // !RC_INVOKED
|