Skip to content

Commit

Permalink
Correct version in version.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jan 31, 2018
1 parent 6178796 commit 849ee3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hpx/config/version.hpp
Expand Up @@ -26,11 +26,11 @@
// HPX_VERSION_DATE YYYYMMDD is the date of the release
// (estimated release date for master branch)
//
#define HPX_VERSION_FULL 0x010101
#define HPX_VERSION_FULL 0x010100

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

#define HPX_VERSION_DATE 20180214

Expand Down

0 comments on commit 849ee3e

Please sign in to comment.