We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb45444 commit 0daf3e1Copy full SHA for 0daf3e1
CHANGELOG.md
@@ -5,10 +5,11 @@ This project partially comply with [Semantic Versioning][].
5
6
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
7
8
-## [pre-2.3.1]
+## [2.3.1]
9
10
- Added verification of AArch64 atomic implementation
11
- Enabled RISC-V tests (linking with libatomic)
12
+- Fixed installation of CMake find_package scripts
13
14
## [2.3.0]
15
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16)
project(
vatomic
LANGUAGES C
- VERSION 2.3.0
+ VERSION 2.3.1
DESCRIPTION "VSync atomics")
include(GNUInstallDirs)
0 commit comments