Skip to content

Commit e27f418

Browse files
committed
Update version date and tag to rc1
1 parent 6deb931 commit e27f418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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 20181112)
52-
set(HPX_VERSION_TAG "-trunk")
51+
set(HPX_VERSION_DATE 20190503)
52+
set(HPX_VERSION_TAG "-rc1")
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)