Skip to content

Commit

Permalink
Remove release candidate tag and update 1.4.1 release date
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 19, 2020
1 parent 64cc56b commit b76241f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ endif()
set(HPX_VERSION_MAJOR 1)
set(HPX_VERSION_MINOR 4)
set(HPX_VERSION_SUBMINOR 1)
set(HPX_VERSION_DATE 20200214)
set(HPX_VERSION_TAG "-rc2")
set(HPX_VERSION_DATE 20200219)
set(HPX_VERSION_TAG "")

set(HPX_VERSION "${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}")
set(HPX_LIBRARY_VERSION "${HPX_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/releases/whats_new_1_4_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.. _hpx_1_4_1:

===========================
|hpx| V1.4.1 (Feb 13, 2020)
|hpx| V1.4.1 (Feb 19, 2020)
===========================

General changes
Expand Down

0 comments on commit b76241f

Please sign in to comment.