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 11
2+ ===============================================================================
3+ Changes in 2.0
4+ ===============================================================================
5+
6+ - Fixed an affinity bug
7+
28===============================================================================
39 Changes in 2.0rc1
410===============================================================================
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 "2.0rc1 " )
381- set (BOLT_NUMVERSION "20000201 " )
382- set (BOLT_RELEASE_DATE "Tue Oct 27 6:00:00 UTC 2020 " )
380+ set (BOLT_VERSION "2.0 " )
381+ set (BOLT_NUMVERSION "20000300 " )
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