Skip to content

Commit

Permalink
updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Sep 11, 2023
1 parent 9a940e2 commit 81a4962
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -332,9 +332,13 @@ It is strongly recommended checking the [re-blank-plugin](https://github.com/pon

Release notes
-------------
#### 1.7.1 - 2023/09/11

- Fixes issue locating RE2DRender and RE2DPreview after SDK 4.4.0 final release

#### 1.7.0 - 2023/07/02

- Handles RE SDK 4.4.0: on macOS/arm64 platform, generate an arm64 binary (with proper name)
- Handles RE SDK 4.4.0 (beta): on macOS/arm64 platform, generate an arm64 binary (with proper name)
- Fixed options (removed `FORCE` since the rack extension can define it first thus can override it!)
- Prints a message when re-cmake detects a mismatch in version

Expand Down
2 changes: 1 addition & 1 deletion cmake/RECMakeOptions.cmake
Expand Up @@ -16,7 +16,7 @@

set(RE_CMAKE_MAJOR_VERSION 1)
set(RE_CMAKE_MINOR_VERSION 7)
set(RE_CMAKE_PATCH_VERSION 0)
set(RE_CMAKE_PATCH_VERSION 1)

# Location of RE SDK: can be set when invoking cmake => cmake -D "RE_SDK_ROOT:PATH=/path/to/re_sdk"
# or via -p option in configure.py script or in cmake-gui
Expand Down

0 comments on commit 81a4962

Please sign in to comment.