diff --git a/CMakeLists.txt b/CMakeLists.txt index b015513..1c3b2e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.6) project(funchook LANGUAGES C ASM) -set(PROJECT_VERSION 1.1.2) +set(PROJECT_VERSION 1.1.3) set(PROJECT_VERSION_MAJOR 1) include("GNUInstallDirs") diff --git a/README.md b/README.md index 35cbbc4..dc19433 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ TODO News ---- +### 1.1.3 (2023-06-04) + +* Fix build for Windows with raw MSC ([#45][]) +* Fix debug log format warnings by mingw-w64 compiler. + ### 1.1.2 (2023-03-12) * Experimental support for Windows arm64 @@ -277,4 +282,5 @@ itself is under the GPL. [#30]: https://github.com/kubo/funchook/pull/30 [#31]: https://github.com/kubo/funchook/pull/31 [#32]: https://github.com/kubo/funchook/pull/32 +[#45]: https://github.com/kubo/funchook/pull/45 [`mprotect`]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/mprotect.2.html