Skip to content

Commit c703876

Browse files
CHANGES/version: update for 2.0
1 parent 794da52 commit c703876

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,4 +1,10 @@
11

2+
===============================================================================
3+
Changes in 2.0
4+
===============================================================================
5+
6+
- Fixed an affinity bug
7+
28
===============================================================================
39
Changes in 2.0rc1
410
===============================================================================

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 "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")
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)