We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c7054 commit 20443a7Copy full SHA for 20443a7
hpx/config/version.hpp
@@ -26,19 +26,19 @@
26
// HPX_VERSION_DATE YYYYMMDD is the date of the release
27
// (estimated release date for master branch)
28
//
29
-#define HPX_VERSION_FULL 0x010200
+#define HPX_VERSION_FULL 0x010201
30
31
#define HPX_VERSION_MAJOR 1
32
#define HPX_VERSION_MINOR 2
33
-#define HPX_VERSION_SUBMINOR 0
+#define HPX_VERSION_SUBMINOR 1
34
35
-#define HPX_VERSION_DATE 20181112
+#define HPX_VERSION_DATE 20190201
36
37
#if !defined(HPX_AGAS_VERSION)
38
#define HPX_AGAS_VERSION 0x30
39
#endif
40
41
-#define HPX_VERSION_TAG ""
+#define HPX_VERSION_TAG "-rc1"
42
43
#if !defined(HPX_HAVE_GIT_COMMIT)
44
#define HPX_HAVE_GIT_COMMIT "unknown"
0 commit comments