diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ef1986a..b88e11db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif (NOT CMAKE_BUILD_TYPE) enable_language(C ASM) project(mckernel C ASM) -set(MCKERNEL_VERSION "1.7.5") +set(MCKERNEL_VERSION "1.7.6") # See "Fedora Packaging Guidelines -- Versioning" set(MCKERNEL_RELEASE "") diff --git a/docs/NEWS.rst b/docs/NEWS.rst index 1f293eda..10cb67ad 100644 --- a/docs/NEWS.rst +++ b/docs/NEWS.rst @@ -1,3 +1,27 @@ +============================================= +Version 1.7.6 (Mar 11, 2021) +============================================= + +---------------------- +IHK major updates +---------------------- +N/A + +------------------------ +IHK major bug fixes +------------------------ +#. ihklib: ihk_reserve_mem_conf*: apply change only to the next reservation + +---------------------- +McKernel major updates +---------------------- +N/A + +------------------------ +McKernel major bug fixes +------------------------ +N/A + ============================================= Version 1.7.5 (Mar 11, 2021) =============================================