Skip to content

Commit

Permalink
Merge pull request #95 from shintaro-iwasaki/release-2.0
Browse files Browse the repository at this point in the history
CHANGES/version: update for 2.0
  • Loading branch information
shintaro-iwasaki authored Feb 5, 2021
2 parents 794da52 + c703876 commit cac3cc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

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

- Fixed an affinity bug

===============================================================================
Changes in 2.0rc1
===============================================================================
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 "2.0rc1")
set(BOLT_NUMVERSION "20000201")
set(BOLT_RELEASE_DATE "Tue Oct 27 6:00:00 UTC 2020")
set(BOLT_VERSION "2.0")
set(BOLT_NUMVERSION "20000300")
set(BOLT_RELEASE_DATE "Sat Feb 6 6:00:00 UTC 2021")
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 cac3cc8

Please sign in to comment.