diff --git a/D3D11Engine/pch.h b/D3D11Engine/pch.h index 378d7b81..079f2a14 100644 --- a/D3D11Engine/pch.h +++ b/D3D11Engine/pch.h @@ -33,7 +33,7 @@ using namespace DirectX; #define ENABLE_TESSELATION 0 #ifndef VERSION_NUMBER -#define VERSION_NUMBER "17.8-dev10" +#define VERSION_NUMBER "17.8-dev11" #endif __declspec(selectany) const char* VERSION_NUMBER_STR = VERSION_NUMBER;