Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
December 10, 2022 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored Dec 10, 2022
1 parent e384bab commit ce7abe5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cmake_minimum_required (VERSION 3.20)

set(DXUT_VERSION 11.29)
set(DXUT_VERSION 11.30)

project (DXUT
VERSION ${DXUT_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion Core/DXUT.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
((DWORD)((((a)&0xff)<<24)|(((r)&0xff)<<16)|(((g)&0xff)<<8)|((b)&0xff)))
#endif

#define DXUT_VERSION 1129
#define DXUT_VERSION 1130

//--------------------------------------------------------------------------------------
// Structs
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ http://go.microsoft.com/fwlink/?LinkId=320437

## Release History

### December 10, 2022 (11.30)
* CMake project updated to require 3.20 or later
* Fixed MinGW compat issue in DXERR.H
* Minor code review
* Added Azure Dev Ops Pipeline YAML files

### October 24, 2022 (11.29)
* Fix for build failure `-Wnarrowing` with MinGW GNU 12.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkId=320437

Copyright (c) Microsoft Corporation.

**October 24, 2022**
**December 10, 2022**

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

Expand Down

0 comments on commit ce7abe5

Please sign in to comment.