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

Commit 97ec9f7

Browse files
authored
Merge pull request #1513 from ldorau/common-0.10.0-release
common: 0.10.0 release
2 parents 237cfab + ea81259 commit 97ec9f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.10.0-rc1] - 2021-01-24
10+
## [0.10.0] - 2021-01-24
1111
### Added
1212
- Unblocked performance of File System DAX by adding the possibility to use ibv_advice_mr() for registered memory ([#1220][1220]).
1313
- Separate receive completion queue (CQ) ([#1080][1080]).

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project(rpma C)
1010
set(VERSION_MAJOR 0)
1111
set(VERSION_MINOR 10)
1212
set(VERSION_PATCH 0)
13-
set(VERSION_PRERELEASE rc1)
13+
# set(VERSION_PRERELEASE rc1)
1414

1515
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
1616
if (VERSION_PRERELEASE)

0 commit comments

Comments
 (0)