Skip to content

Commit

Permalink
release: 1.7.4: fix missing fput of executable
Browse files Browse the repository at this point in the history
Change-Id: If3e2bb10bd21515876c5a37839cd9fcf12774329
  • Loading branch information
masamichitakagi committed Mar 7, 2021
1 parent cba263f commit 3084db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
Expand Down

0 comments on commit 3084db8

Please sign in to comment.