From b26d3ba5ed54289ee311acd27bdc49e02a4bb33b Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Tue, 19 Feb 2019 10:32:40 +0100 Subject: [PATCH] Update release date and remove rc tag for 1.2.1 release --- docs/sphinx/releases/whats_new_1_2_1.rst | 6 +++--- hpx/config/version.hpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sphinx/releases/whats_new_1_2_1.rst b/docs/sphinx/releases/whats_new_1_2_1.rst index 00668abb7f78..e044f0cbe7ae 100644 --- a/docs/sphinx/releases/whats_new_1_2_1.rst +++ b/docs/sphinx/releases/whats_new_1_2_1.rst @@ -6,9 +6,9 @@ .. _hpx_1_2_1: -========================= -|hpx| V1.2.1 (unreleased) -========================= +=========================== +|hpx| V1.2.1 (Feb 19, 2019) +=========================== General changes =============== diff --git a/hpx/config/version.hpp b/hpx/config/version.hpp index ef19b86b6920..351ec00ab19e 100644 --- a/hpx/config/version.hpp +++ b/hpx/config/version.hpp @@ -32,13 +32,13 @@ #define HPX_VERSION_MINOR 2 #define HPX_VERSION_SUBMINOR 1 -#define HPX_VERSION_DATE 20190206 +#define HPX_VERSION_DATE 20190219 #if !defined(HPX_AGAS_VERSION) #define HPX_AGAS_VERSION 0x30 #endif -#define HPX_VERSION_TAG "-rc3" +#define HPX_VERSION_TAG "" #if !defined(HPX_HAVE_GIT_COMMIT) #define HPX_HAVE_GIT_COMMIT "unknown"