Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit ce7abe5

Browse files
authored
December 10, 2022 (#15)
1 parent e384bab commit ce7abe5

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
cmake_minimum_required (VERSION 3.20)
55

6-
set(DXUT_VERSION 11.29)
6+
set(DXUT_VERSION 11.30)
77

88
project (DXUT
99
VERSION ${DXUT_VERSION}

Core/DXUT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
((DWORD)((((a)&0xff)<<24)|(((r)&0xff)<<16)|(((g)&0xff)<<8)|((b)&0xff)))
138138
#endif
139139

140-
#define DXUT_VERSION 1129
140+
#define DXUT_VERSION 1130
141141

142142
//--------------------------------------------------------------------------------------
143143
// Structs

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ http://go.microsoft.com/fwlink/?LinkId=320437
44

55
## Release History
66

7+
### December 10, 2022 (11.30)
8+
* CMake project updated to require 3.20 or later
9+
* Fixed MinGW compat issue in DXERR.H
10+
* Minor code review
11+
* Added Azure Dev Ops Pipeline YAML files
12+
713
### October 24, 2022 (11.29)
814
* Fix for build failure `-Wnarrowing` with MinGW GNU 12.2
915

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkId=320437
66

77
Copyright (c) Microsoft Corporation.
88

9-
**October 24, 2022**
9+
**December 10, 2022**
1010

1111
DXUT is a "GLUT"-like framework for Direct3D 11.x Win32 desktop applications; primarily samples, demos, and prototypes.
1212

0 commit comments

Comments
 (0)