From 08670480d3c7d401fc4c26e9b56c37aa04107e67 Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Tue, 1 Feb 2022 11:47:42 -0800 Subject: [PATCH] Fixes for Win 10 --- README.md | 4 ++++ cmake/RECMakeOptions.cmake | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f23f2ca..15d1f26 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,10 @@ It is strongly recommended checking the [re-blank-plugin](https://github.com/pon Release notes ------------- +#### 1.4.3 - 2022/02/01 + +- Fixes for Win 10 + #### 1.4.2 - 2022/01/24 - Extracted `re-logging` into its own project diff --git a/cmake/RECMakeOptions.cmake b/cmake/RECMakeOptions.cmake index 48110e8..3cf198d 100644 --- a/cmake/RECMakeOptions.cmake +++ b/cmake/RECMakeOptions.cmake @@ -65,10 +65,10 @@ set(RE_CMAKE_RE_2D_RENDER_HI_RES_OPTION "hi-res-only" CACHE STRING "Option for i # Git repo/tag for re-logging #------------------------------------------------------------------------ set(re-logging_GIT_REPO "https://github.com/pongasoft/re-logging" CACHE STRING "re-logging git repository url") -set(re-logging_GIT_TAG "v1.0.0" CACHE STRING "re-logging git tag") +set(re-logging_GIT_TAG "v1.0.1" CACHE STRING "re-logging git tag") #------------------------------------------------------------------------ # Git repo/tag for re-mock #------------------------------------------------------------------------ set(re-mock_GIT_REPO "https://github.com/pongasoft/re-mock" CACHE STRING "re-mock git repository url") -set(re-mock_GIT_TAG "v1.0.0" CACHE STRING "re-mock git tag") +set(re-mock_GIT_TAG "v1.0.1" CACHE STRING "re-mock git tag")