Skip to content

Commit 0e20872

Browse files
author
Maxim Egorushkin
committed
Update version number.
1 parent 296e375 commit 0e20872

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CMAKE_MINIMUM_REQUIRED( VERSION 3.25 )
22

3-
PROJECT(atomic_queue VERSION 1.9.0)
3+
PROJECT(atomic_queue VERSION 1.9.1)
44

55
OPTION( ATOMIC_QUEUE_BUILD_TESTS
66
"If the tests should be built."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![C++14](https://img.shields.io/badge/dialect-C%2B%2B14-blue)](https://en.cppreference.com/w/cpp/14)
22
[![MIT license](https://img.shields.io/github/license/max0x7ba/atomic_queue)](https://github.com/max0x7ba/atomic_queue/blob/master/LICENSE)
3-
[![Latest release](https://img.shields.io/github/v/tag/max0x7ba/atomic_queue?label=latest%20release)](https://github.com/max0x7ba/atomic_queue/releases/tag/v1.9.0)
3+
[![Latest release](https://img.shields.io/github/v/tag/max0x7ba/atomic_queue?label=latest%20release)](https://github.com/max0x7ba/atomic_queue/releases/tag/v1.9.1)
44
[![Conan Center](https://img.shields.io/conan/v/atomic_queue)](https://conan.io/center/recipes/atomic_queue)
55
[![Vcpkg Version](https://img.shields.io/vcpkg/v/atomic-queue)](https://vcpkg.io/en/package/atomic-queue)
66
<br>
@@ -88,7 +88,7 @@ include(FetchContent)
8888
FetchContent_Declare(
8989
atomic_queue
9090
GIT_REPOSITORY https://github.com/max0x7ba/atomic_queue.git
91-
GIT_TAG v1.9.0
91+
GIT_TAG v1.9.1
9292
)
9393
FetchContent_MakeAvailable(atomic_queue)
9494
target_link_libraries(main PRIVATE atomic_queue::atomic_queue)

0 commit comments

Comments
 (0)