diff --git a/D3D11Engine/pch.h b/D3D11Engine/pch.h index eec2c058..51a1d5cf 100644 --- a/D3D11Engine/pch.h +++ b/D3D11Engine/pch.h @@ -27,7 +27,7 @@ #define stdext std #endif -#define VERSION_NUMBER "17.7-dev34" +#define VERSION_NUMBER "17.8-dev1" __declspec(selectany) const char* VERSION_NUMBER_STR = VERSION_NUMBER; extern bool FeatureLevel10Compatibility;