Skip to content

Commit aea1081

Browse files
committed
Update versions for the 4.6.0 release
1 parent 1943607 commit aea1081

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(MSVC)
2424
add_compile_options("/wd4324") # Disable structure was padded due to alignment specifier
2525
endif()
2626

27-
project(astcencoder VERSION 4.5.0)
27+
project(astcencoder VERSION 4.6.0)
2828

2929
set(CMAKE_CXX_STANDARD 14)
3030
set(CMAKE_CXX_STANDARD_REQUIRED ON)

Docs/ChangeLog-4x.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ clocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads.
99
<!-- ---------------------------------------------------------------------- -->
1010
## 4.6.0
1111

12-
**Status:** In development
12+
**Status:** November 2023
1313

1414
The 4.6.0 release retunes the compressor heuristics to give improvements to
15-
performance for trivial losses to image quality.
15+
performance for trivial losses to image quality. It also includes some minor
16+
bug fixes and code quality improvements.
1617

1718
Reminder - the codec library API is not designed to be binary compatible across
1819
versions. We always recommend rebuilding your client-side code using the updated

0 commit comments

Comments
 (0)