Skip to content

Commit

Permalink
Update tag and date for 1.3.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed May 13, 2019
1 parent d2ce0fc commit 2298179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ project(HPX CXX C)
set(HPX_VERSION_MAJOR 1)
set(HPX_VERSION_MINOR 3)
set(HPX_VERSION_SUBMINOR 0)
set(HPX_VERSION_DATE 20190503)
set(HPX_VERSION_TAG "-rc1")
set(HPX_VERSION_DATE 20190513)
set(HPX_VERSION_TAG "-rc2")

set(HPX_VERSION "${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}")
set(HPX_LIBRARY_VERSION "${HPX_VERSION}")
Expand Down

0 comments on commit 2298179

Please sign in to comment.