From f0eb98ab459a1e77fa3c0933b0ed8cd5920d73f9 Mon Sep 17 00:00:00 2001 From: Jan M Michalski Date: Thu, 1 Oct 2020 14:50:22 +0100 Subject: [PATCH] common: version 0.9.0 --- CHANGELOG.md | 4 ++-- CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef34d17b7..1980756ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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). -## [0.9.0-rc2] - 2020-10-01 +## [0.9.0] - 2020-10-01 ### Added - This is the first official release of the librpma library. - The API provides the most flexible implementation of remote persistency @@ -13,4 +13,4 @@ via Appliance Persistency Method. - Multiple examples show how to use this API (including an example of how to build your own General Purpose Persistency Method implementation basing on the services provided by the librpma library). -- An extensive documentation describes all guiding principles. +- The extensive documentation describes all guiding principles. diff --git a/CMakeLists.txt b/CMakeLists.txt index 13a8d51d70..ee25cb76a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif() set(VERSION_MAJOR 0) set(VERSION_MINOR 9) set(VERSION_PATCH 0) -set(VERSION_PRERELEASE rc1) +# set(VERSION_PRERELEASE rc1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) if (VERSION_PRERELEASE)