Skip to content

Commit 7f9a143

Browse files
Merge pull request #94 from shintaro-iwasaki/release-1.0.1
CHANGES/version: update for 1.0.1
2 parents 6cd1482 + 1140729 commit 7f9a143

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
===============================================================================
2+
Changes in 1.0.1
3+
===============================================================================
4+
5+
- Fixed an affinity bug
6+
17
===============================================================================
28
Changes in 1.0
39
===============================================================================

runtime/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ endif()
377377
set(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")
383383
set(BOLT_COMPILER_CC ${CMAKE_C_COMPILER})
384384
set(BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER})
385385
if("${libomp_build_type_lowercase}" STREQUAL "release")

0 commit comments

Comments
 (0)