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

Commit

Permalink
Merge pull request #2130 from ldorau/common_1.3.0-rc1_release
Browse files Browse the repository at this point in the history
common: 1.3.0-rc1 release
  • Loading branch information
ldorau authored May 25, 2023
2 parents 59ed723 + e60e682 commit e06e3e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.0-rc1] - 2023-05-25
### Added
- the native flush support (required support in the kernel and in an RNIC's driver)
- missing unit tests for rpma_mr_atomic_write()
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ cmake_minimum_required(VERSION 3.3)
project(rpma C)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 2)
set(VERSION_MINOR 3)
set(VERSION_PATCH 0)
# set(VERSION_PRERELEASE rc1)
set(VERSION_PRERELEASE rc1)

set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
if (VERSION_PRERELEASE)
Expand Down
2 changes: 1 addition & 1 deletion utils/mans_header.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: ""
disclaimer: "The contents of this web site and the associated <a href=\"https://github.com/pmem\">GitHub repositories</a> are BSD-licensed open source."
aliases: ["MANUAL_NAME_TO_REPLACE.html"]
title: "librpma | PMDK"
header: "librpma API version 1.2.0"
header: "librpma API version 1.3.0"
---
{{< manpages >}}

Expand Down

0 comments on commit e06e3e4

Please sign in to comment.