release: 1.7.4: fix missing fput of executable

Change-Id: If3e2bb10bd21515876c5a37839cd9fcf12774329
This commit is contained in:
Masamichi Takagi
2021-03-07 17:44:53 +09:00
parent cba263ff12
commit de7185ca6a

View File

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