File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ===============================================================================
2+ Changes in 1.0.1
3+ ===============================================================================
4+
5+ - Fixed an affinity bug
6+
17===============================================================================
28 Changes in 1.0
39===============================================================================
Original file line number Diff line number Diff line change @@ -377,9 +377,9 @@ endif()
377377set (LIBOMP_LIB_FILE ${LIBBOLT_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX} )
378378
379379# Set BOLT version, release date, and build information
380- set (BOLT_VERSION "1.0" )
381- set (BOLT_NUMVERSION "10000300 " )
382- set (BOLT_RELEASE_DATE "Tue May 5 6:00:00 UTC 2020 " )
380+ set (BOLT_VERSION "1.0.1 " )
381+ set (BOLT_NUMVERSION "10001300 " )
382+ set (BOLT_RELEASE_DATE "Sat Feb 6 6:00:00 UTC 2021 " )
383383set (BOLT_COMPILER_CC ${CMAKE_C_COMPILER} )
384384set (BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER} )
385385if ("${libomp_build_type_lowercase} " STREQUAL "release" )
You can’t perform that action at this time.
0 commit comments