diff --git a/D3D11Engine/pch.h b/D3D11Engine/pch.h index 079f2a14..062c16ec 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-dev11" +#define VERSION_NUMBER "17.8-dev12" #endif __declspec(selectany) const char* VERSION_NUMBER_STR = VERSION_NUMBER;