From 6e9b60f3de453ecf70dca2cc2f98d64a1fe3c691 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 22 Feb 2024 12:26:26 -0800 Subject: [PATCH] February 21, 2024 (#147) --- .nuget/uvatlas_desktop_2019.nuspec | 2 +- CMakeLists.txt | 2 +- HISTORY.md | 4 ++++ README.md | 2 +- UVAtlas/inc/UVAtlas.h | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.nuget/uvatlas_desktop_2019.nuspec b/.nuget/uvatlas_desktop_2019.nuspec index 2cb974a..9158782 100644 --- a/.nuget/uvatlas_desktop_2019.nuspec +++ b/.nuget/uvatlas_desktop_2019.nuspec @@ -10,7 +10,7 @@ This version is for Windows desktop applications using Visual Studio 2019 (16.11) or Visual Studio 2022. UVAtlas, a shared source library for creating and packing an isochart texture atlas. - Matches the December 31, 2023 release on GitHub. + Matches the February 21, 2024 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=512686 images\icon.jpg diff --git a/CMakeLists.txt b/CMakeLists.txt index 24f51de..1997b85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.20) -set(UVATLAS_VERSION 1.8.6) +set(UVATLAS_VERSION 1.8.7) if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET)) set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY") diff --git a/HISTORY.md b/HISTORY.md index db7d54d..5236ce7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,10 @@ Release available for download on [GitHub](https://github.com/microsoft/UVAtlas/ ## Release History +### February 21, 2024 +* CMake project updates and refactor +* Minor code review for Clang, MinGW, and Intel compilers + ### December 31, 2023 * CMake project updates including pkg-config file generation * Code review diff --git a/README.md b/README.md index 5b7cc05..e28aa4a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=512686 Copyright (c) Microsoft Corporation. -**December 31, 2023** +**February 21, 2024** This package contains UVAtlas, a shared source library for creating and packing an isochart texture atlas. diff --git a/UVAtlas/inc/UVAtlas.h b/UVAtlas/inc/UVAtlas.h index 30d85e3..41b53bf 100644 --- a/UVAtlas/inc/UVAtlas.h +++ b/UVAtlas/inc/UVAtlas.h @@ -42,7 +42,7 @@ #include -#define UVATLAS_VERSION 186 +#define UVATLAS_VERSION 187 namespace DirectX