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

Commit e06e3e4

Browse files
authored
Merge pull request #2130 from ldorau/common_1.3.0-rc1_release
common: 1.3.0-rc1 release
2 parents 59ed723 + e60e682 commit e06e3e4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.3.0-rc1] - 2023-05-25
911
### Added
1012
- the native flush support (required support in the kernel and in an RNIC's driver)
1113
- missing unit tests for rpma_mr_atomic_write()

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ cmake_minimum_required(VERSION 3.3)
99
project(rpma C)
1010

1111
set(VERSION_MAJOR 1)
12-
set(VERSION_MINOR 2)
12+
set(VERSION_MINOR 3)
1313
set(VERSION_PATCH 0)
14-
# set(VERSION_PRERELEASE rc1)
14+
set(VERSION_PRERELEASE rc1)
1515

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

utils/mans_header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: ""
66
disclaimer: "The contents of this web site and the associated <a href=\"https://github.com/pmem\">GitHub repositories</a> are BSD-licensed open source."
77
aliases: ["MANUAL_NAME_TO_REPLACE.html"]
88
title: "librpma | PMDK"
9-
header: "librpma API version 1.2.0"
9+
header: "librpma API version 1.3.0"
1010
---
1111
{{< manpages >}}
1212

0 commit comments

Comments
 (0)