Skip to content

Commit

Permalink
Merge pull request #81 from shintaro-iwasaki/2.0/release2.0rc1
Browse files Browse the repository at this point in the history
CHANGES/version: update for 2.0rc1
  • Loading branch information
shintaro-iwasaki authored Oct 27, 2020
2 parents 85b73d3 + bf7a5c1 commit 3ecd02f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

===============================================================================
Changes in 2.0rc1
===============================================================================

- Upgraded to LLVM OpenMP 11.0
- Fixed tests

===============================================================================
Changes in 1.0
===============================================================================
Expand Down
6 changes: 3 additions & 3 deletions runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,9 @@ endif()
set(LIBOMP_LIB_FILE ${LIBBOLT_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX})

# Set BOLT version, release date, and build information
set(BOLT_VERSION "1.0")
set(BOLT_NUMVERSION "10000300")
set(BOLT_RELEASE_DATE "Tue May 5 6:00:00 UTC 2020")
set(BOLT_VERSION "2.0rc1")
set(BOLT_NUMVERSION "20000201")
set(BOLT_RELEASE_DATE "Tue Oct 27 6:00:00 UTC 2020")
set(BOLT_COMPILER_CC ${CMAKE_C_COMPILER})
set(BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER})
if("${libomp_build_type_lowercase}" STREQUAL "release")
Expand Down

0 comments on commit 3ecd02f

Please sign in to comment.