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

Commit 8d755bc

Browse files
authored
Merge pull request #1592 from ldorau/common-0.12.0-release
common: 0.12.0 release
2 parents efa815a + d46c928 commit 8d755bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.12.0-rc2] - 2022-02-18
10+
## [0.12.0] - 2022-02-21
1111
### Fixed
1212
- links to https://pmem.io in the benchmarking framework
1313
- templates with fio configuration in the benchmarking framework

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project(rpma C)
1010
set(VERSION_MAJOR 0)
1111
set(VERSION_MINOR 12)
1212
set(VERSION_PATCH 0)
13-
set(VERSION_PRERELEASE rc2)
13+
# set(VERSION_PRERELEASE rc1)
1414

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

0 commit comments

Comments
 (0)