Skip to content

Commit 2319d9c

Browse files
authored
Bump version to 520 (#549)
1 parent 5f1f8a9 commit 2319d9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# ----------------------------------------------------------------------------
3-
# Copyright 2020-2024 Arm Limited
3+
# Copyright 2020-2025 Arm Limited
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
66
# use this file except in compliance with the License. You may obtain a copy
@@ -25,7 +25,7 @@ if(MSVC)
2525
add_compile_options("/wd4324")
2626
endif()
2727

28-
project(astcencoder VERSION 5.1.0)
28+
project(astcencoder VERSION 5.2.0)
2929

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

Docs/ChangeLog-5x.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ clocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads.
99
<!-- ---------------------------------------------------------------------- -->
1010
## 5.2.0
1111

12-
**Status:** In development.
12+
**Status:** February 2025
1313

1414
The 5.2.0 release is a minor maintenance release.
1515

0 commit comments

Comments
 (0)