release: 1.7.9: fix smp_ihk_os_shutdown()-related double free

Change-Id: I408dc69b41d9643548226c15c67fcbd8197acb92
This commit is contained in:
Masamichi Takagi
2021-03-17 18:21:03 +09:00
parent 4f1b505550
commit 90c1ceef45
3 changed files with 31 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ endif (NOT CMAKE_BUILD_TYPE)
enable_language(C ASM)
project(mckernel C ASM)
set(MCKERNEL_VERSION "1.7.8")
set(MCKERNEL_VERSION "1.7.9")
# See "Fedora Packaging Guidelines -- Versioning"
set(MCKERNEL_RELEASE "")