Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Jun 4, 2023
1 parent 2bca1ff commit 88388db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 88388db

Please sign in to comment.