Skip to content

Commit b26d3ba

Browse files
committed
Update release date and remove rc tag for 1.2.1 release
1 parent ceece76 commit b26d3ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/sphinx/releases/whats_new_1_2_1.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
.. _hpx_1_2_1:
88

9-
=========================
10-
|hpx| V1.2.1 (unreleased)
11-
=========================
9+
===========================
10+
|hpx| V1.2.1 (Feb 19, 2019)
11+
===========================
1212

1313
General changes
1414
===============

hpx/config/version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
#define HPX_VERSION_MINOR 2
3333
#define HPX_VERSION_SUBMINOR 1
3434

35-
#define HPX_VERSION_DATE 20190206
35+
#define HPX_VERSION_DATE 20190219
3636

3737
#if !defined(HPX_AGAS_VERSION)
3838
#define HPX_AGAS_VERSION 0x30
3939
#endif
4040

41-
#define HPX_VERSION_TAG "-rc3"
41+
#define HPX_VERSION_TAG ""
4242

4343
#if !defined(HPX_HAVE_GIT_COMMIT)
4444
#define HPX_HAVE_GIT_COMMIT "unknown"

0 commit comments

Comments
 (0)