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

Commit

Permalink
common 1.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Jul 27, 2021
1 parent 3c35317 commit 9599f72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0-rc2
1.13.0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(LIBPMEMOBJCPP_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(VERSION_MAJOR 1)
set(VERSION_MINOR 13)
set(VERSION_PATCH 0)
set(VERSION_PRERELEASE rc2)
#set(VERSION_PRERELEASE rc2)

set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
if(VERSION_PATCH GREATER 0)
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Mon Jul 26 2021 Igor Chorążewicz <[email protected]>
Tue Jul 27 2021 Igor Chorążewicz <[email protected]>

* Version 1.13.0-rc2
* Version 1.13.0

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

0 comments on commit 9599f72

Please sign in to comment.