Skip to content

Commit

Permalink
Update version to 1.2.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 1, 2019
1 parent c9c7054 commit 20443a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hpx/config/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
// HPX_VERSION_DATE YYYYMMDD is the date of the release
// (estimated release date for master branch)
//
#define HPX_VERSION_FULL 0x010200
#define HPX_VERSION_FULL 0x010201

#define HPX_VERSION_MAJOR 1
#define HPX_VERSION_MINOR 2
#define HPX_VERSION_SUBMINOR 0
#define HPX_VERSION_SUBMINOR 1

#define HPX_VERSION_DATE 20181112
#define HPX_VERSION_DATE 20190201

#if !defined(HPX_AGAS_VERSION)
#define HPX_AGAS_VERSION 0x30
#endif

#define HPX_VERSION_TAG ""
#define HPX_VERSION_TAG "-rc1"

#if !defined(HPX_HAVE_GIT_COMMIT)
#define HPX_HAVE_GIT_COMMIT "unknown"
Expand Down

0 comments on commit 20443a7

Please sign in to comment.