Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project partially comply with [Semantic Versioning][].

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

## Unreleased
## [2.4.1]

- Fixed warnings for code using vatomic C++
- Fixed warnings for C99. Except for dispatch.h, vatomic is now C99 compliant.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright (C) Huawei Technologies Co., Ltd. 2024-2025. All rights reserved.
# Copyright (C) Huawei Technologies Co., Ltd. 2024-2026. All rights reserved.
# SPDX-License-Identifier: MIT
cmake_minimum_required(VERSION 3.16)

project(
vatomic
LANGUAGES C
VERSION 2.4.0
VERSION 2.4.1
DESCRIPTION "VSync atomics")

set(CMAKE_C_STANDARD 99)
Expand Down