Skip to content

Commit

Permalink
Merge pull request #94 from shintaro-iwasaki/release-1.0.1
Browse files Browse the repository at this point in the history
CHANGES/version: update for 1.0.1
  • Loading branch information
shintaro-iwasaki authored Feb 5, 2021
2 parents 6cd1482 + 1140729 commit 7f9a143
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,3 +1,9 @@
===============================================================================
Changes in 1.0.1
===============================================================================

- Fixed an affinity bug

===============================================================================
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 "1.0.1")
set(BOLT_NUMVERSION "10001300")
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 7f9a143

Please sign in to comment.