Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 9599f72

Browse files
committed
common 1.13.0 release
1 parent 3c35317 commit 9599f72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0-rc2
1+
1.13.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(LIBPMEMOBJCPP_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
1212
set(VERSION_MAJOR 1)
1313
set(VERSION_MINOR 13)
1414
set(VERSION_PATCH 0)
15-
set(VERSION_PRERELEASE rc2)
15+
#set(VERSION_PRERELEASE rc2)
1616

1717
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
1818
if(VERSION_PATCH GREATER 0)

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Mon Jul 26 2021 Igor Chorążewicz <[email protected]>
1+
Tue Jul 27 2021 Igor Chorążewicz <[email protected]>
22

3-
* Version 1.13.0-rc2
3+
* Version 1.13.0
44

55
This release introduces new concurrent data structure - MPSC queue and
66
implements limited concurrency support for radix tree.

0 commit comments

Comments
 (0)