From 19b19f91d27116ed94722779149b81e695b31e7a Mon Sep 17 00:00:00 2001 From: Peter Harris Date: Fri, 24 Nov 2023 10:24:37 +0000 Subject: [PATCH] Prep for a 4.6.1 maintenance release --- CMakeLists.txt | 2 +- Docs/ChangeLog-4x.md | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fb9728b9..fb8958545 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ if(MSVC) add_compile_options("/wd4324") # Disable structure was padded due to alignment specifier endif() -project(astcencoder VERSION 4.6.0) +project(astcencoder VERSION 4.6.1) set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/Docs/ChangeLog-4x.md b/Docs/ChangeLog-4x.md index 7cca0a830..ee3ffa66f 100644 --- a/Docs/ChangeLog-4x.md +++ b/Docs/ChangeLog-4x.md @@ -7,15 +7,18 @@ All performance data on this page is measured on an Intel Core i5-9600K clocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads. -## 4.7.0 +## 4.6.1 -**Status:** TBD +**Status:** November 2023 -The 4.7.0 release is a maintenance release with minor improvements and fixes. +The 4.6.1 release is a minor maintenance release to fix a scaling bug on +large core count Windows systems. * **General:** * **Optimization:** Windows builds of the `astcenc` command line tool can now - use more than 64 cores on large core count systems. + use more than 64 cores on large core count systems. This change doubled + command line performance for `-exhastive` compression when testing on an + 96 core/192 thread system. ## 4.6.0