diff --git a/CMakeLists.txt b/CMakeLists.txt index 046d98cf..06de8f33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ if(MSVC) add_compile_options("/wd4324") endif() -project(astcencoder VERSION 5.6.0) +project(astcencoder VERSION 5.7.0) set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/Docs/ChangeLog-5x.md b/Docs/ChangeLog-5x.md index f9297025..4d03b689 100644 --- a/Docs/ChangeLog-5x.md +++ b/Docs/ChangeLog-5x.md @@ -9,7 +9,7 @@ clocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads. ## 5.7.0 -**Status:** In development. +**Status:** Released August 2026. The 5.7.0 release is a minor maintenance release.