Skip to content

Commit 58fa1f0

Browse files
committed
Update release date and tag for 1.3.0-rc3
1 parent a14ee7a commit 58fa1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ project(HPX CXX C)
4848
set(HPX_VERSION_MAJOR 1)
4949
set(HPX_VERSION_MINOR 3)
5050
set(HPX_VERSION_SUBMINOR 0)
51-
set(HPX_VERSION_DATE 20190513)
52-
set(HPX_VERSION_TAG "-rc2")
51+
set(HPX_VERSION_DATE 20190522)
52+
set(HPX_VERSION_TAG "-rc3")
5353

5454
set(HPX_VERSION "${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}")
5555
set(HPX_LIBRARY_VERSION "${HPX_VERSION}")

0 commit comments

Comments
 (0)