[directx-dxc] Fix version year for port (#30063)

* [directx-dxc] Fixed version number to proper year

* Update baseline
This commit is contained in:
Chuck Walbourn 2023-03-07 11:00:07 -08:00 committed by GitHub
parent e69c9817d2
commit d96cc41dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "directx-dxc",
"version-date": "2022-03-01",
"version-date": "2023-03-01",
"description": "DirectX Shader Compiler (LLVM/Clang)",
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",

View File

@ -2021,7 +2021,7 @@
"port-version": 0
},
"directx-dxc": {
"baseline": "2022-03-01",
"baseline": "2023-03-01",
"port-version": 0
},
"directx-headers": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "77fecec712c29a857b7036d0ccc817488df868ea",
"version-date": "2023-03-01",
"port-version": 0
},
{
"git-tree": "20d76f8fd2bb7b07fa76370b7198e0ce8f7b316b",
"version-date": "2022-03-01",