Skip to content

Commit 20443a7

Browse files
committed
Update version to 1.2.1-rc1
1 parent c9c7054 commit 20443a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hpx/config/version.hpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
// HPX_VERSION_DATE YYYYMMDD is the date of the release
2727
// (estimated release date for master branch)
2828
//
29-
#define HPX_VERSION_FULL 0x010200
29+
#define HPX_VERSION_FULL 0x010201
3030

3131
#define HPX_VERSION_MAJOR 1
3232
#define HPX_VERSION_MINOR 2
33-
#define HPX_VERSION_SUBMINOR 0
33+
#define HPX_VERSION_SUBMINOR 1
3434

35-
#define HPX_VERSION_DATE 20181112
35+
#define HPX_VERSION_DATE 20190201
3636

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

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

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

0 commit comments

Comments
 (0)