From 48962011fe571fc80597301dd5f3cbe62a3450ab Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sat, 10 Dec 2022 02:30:56 -0800 Subject: [PATCH] December 10, 2022 (#15) --- CMakeLists.txt | 2 +- HISTORY.md | 4 ++++ README.md | 2 +- inc/d3dx11effect.h | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e686e6b..fcc64ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20) -set(FX_VERSION 11.28) +set(FX_VERSION 11.29) project (Effects11 VERSION ${FX_VERSION} diff --git a/HISTORY.md b/HISTORY.md index a637df4..16d61a3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,10 @@ http://go.microsoft.com/fwlink/?LinkId=271568 ## Release History +## December 10, 2022 (11.29) +* CMake project updated to require 3.20 or later +* Added Azure Dev Ops Pipeline YAML files + ## August 17, 2022 (11.28) * CMake and MSBuild project updates diff --git a/README.md b/README.md index ec93153..4aa94ee 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkId=271568 Copyright (c) Microsoft Corporation. All rights reserved. -**August 17, 2022** +**December 10, 2022** Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render state, and runtime variables together. diff --git a/inc/d3dx11effect.h b/inc/d3dx11effect.h index 04a17da..6207b81 100644 --- a/inc/d3dx11effect.h +++ b/inc/d3dx11effect.h @@ -11,7 +11,7 @@ #pragma once -#define D3DX11_EFFECTS_VERSION 1128 +#define D3DX11_EFFECTS_VERSION 1129 #if defined(_XBOX_ONE) && defined(_TITLE) #include