Skip to content

Commit 0a0033b

Browse files
Merge pull request #45 from shintaro-iwasaki/release-1.0rc3
CHANGES/version: update for 1.0rc3
2 parents 03bfa24 + 88e58f4 commit 0a0033b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
===============================================================================
2+
Changes in 1.0rc3
3+
===============================================================================
4+
5+
- Upgraded Argobots to 1.0rc2 to solve the TLS-related issue
6+
- Fixed support for scheduler sleep
7+
18
===============================================================================
29
Changes in 1.0rc2
310
===============================================================================

runtime/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ endif()
359359
set(LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX})
360360

361361
# Set BOLT version, release date, and build information
362-
set(BOLT_VERSION "1.0rc2")
363-
set(BOLT_NUMVERSION "10000202")
364-
set(BOLT_RELEASE_DATE "Fri Sep 27 6:00:00 UTC 2019")
362+
set(BOLT_VERSION "1.0rc3")
363+
set(BOLT_NUMVERSION "10000203")
364+
set(BOLT_RELEASE_DATE "Mon Nov 18 6:00:00 UTC 2019")
365365
set(BOLT_COMPILER_CC ${CMAKE_C_COMPILER})
366366
set(BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER})
367367
if("${libomp_build_type_lowercase}" STREQUAL "release")

0 commit comments

Comments
 (0)