Skip to content

Commit 0daf3e1

Browse files
committedMar 18, 2025
Bump to v2.3.1
Signed-off-by: Diogo Behrens <[email protected]>
1 parent cb45444 commit 0daf3e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ This project partially comply with [Semantic Versioning][].
55

66
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
77

8-
## [pre-2.3.1]
8+
## [2.3.1]
99

1010
- Added verification of AArch64 atomic implementation
1111
- Enabled RISC-V tests (linking with libatomic)
12+
- Fixed installation of CMake find_package scripts
1213

1314
## [2.3.0]
1415

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16)
55
project(
66
vatomic
77
LANGUAGES C
8-
VERSION 2.3.0
8+
VERSION 2.3.1
99
DESCRIPTION "VSync atomics")
1010

1111
include(GNUInstallDirs)

0 commit comments

Comments
 (0)