We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceece76 commit b26d3baCopy full SHA for b26d3ba
docs/sphinx/releases/whats_new_1_2_1.rst
@@ -6,9 +6,9 @@
6
7
.. _hpx_1_2_1:
8
9
-=========================
10
-|hpx| V1.2.1 (unreleased)
11
+===========================
+|hpx| V1.2.1 (Feb 19, 2019)
12
13
General changes
14
===============
hpx/config/version.hpp
@@ -32,13 +32,13 @@
32
#define HPX_VERSION_MINOR 2
33
#define HPX_VERSION_SUBMINOR 1
34
35
-#define HPX_VERSION_DATE 20190206
+#define HPX_VERSION_DATE 20190219
36
37
#if !defined(HPX_AGAS_VERSION)
38
#define HPX_AGAS_VERSION 0x30
39
#endif
40
41
-#define HPX_VERSION_TAG "-rc3"
+#define HPX_VERSION_TAG ""
42
43
#if !defined(HPX_HAVE_GIT_COMMIT)
44
#define HPX_HAVE_GIT_COMMIT "unknown"
0 commit comments