From 43a6f0d41dbb2a84ed68bdfd34d609b8e609d82e Mon Sep 17 00:00:00 2001 From: Masamichi Takagi Date: Fri, 5 Mar 2021 15:20:16 +0900 Subject: [PATCH] release: 1.7.3: fix missing fput executable Change-Id: Ib369a7803d5ef944fec4c42c5e9b20f8655e47f3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20e86a8e..5b677b1c 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.2") +set(MCKERNEL_VERSION "1.7.3") # See "Fedora Packaging Guidelines -- Versioning" set(MCKERNEL_RELEASE "")