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

Commit a061dcb

Browse files
authored
Merge pull request #2022 from ldorau/common-1.1.0-rc2-release
common: 1.1.0-rc2 release
2 parents 1b0db92 + a09c089 commit a061dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-
## [1.1.0-rc1] - 2022-09-06
10+
## [1.1.0-rc2] - 2022-09-07
1111
### Added
1212
- (tools) description of the 'schematic' variable (from the report.json file) in the 'tools/perf/BENCHMARKING.md' file
1313

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 1)
1111
set(VERSION_MINOR 1)
1212
set(VERSION_PATCH 0)
13-
set(VERSION_PRERELEASE rc1)
13+
set(VERSION_PRERELEASE rc2)
1414

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

0 commit comments

Comments
 (0)