diff --git a/D3D11Engine/pch.h b/D3D11Engine/pch.h index 3d615c93..16d7f6df 100644 --- a/D3D11Engine/pch.h +++ b/D3D11Engine/pch.h @@ -32,7 +32,7 @@ using namespace DirectX; #define ENABLE_TESSELATION 0 -#define VERSION_NUMBER "17.8-dev9" +#define VERSION_NUMBER "17.8-dev10" __declspec(selectany) const char* VERSION_NUMBER_STR = VERSION_NUMBER; extern bool FeatureLevel10Compatibility;