Skip to content

Commit

Permalink
Upgraded re-mock version
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Apr 14, 2023
1 parent 4018f05 commit dc423ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ It is strongly recommended checking the [re-blank-plugin](https://github.com/pon

Release notes
-------------
#### 1.5.2 - 2023/04/14

- Uses re-mock 1.4.1 (fixes multi bindings/same source in `rtc_bindings`)

#### 1.5.1 - 2023/04/11

- Uses re-mock 1.4.0
Expand Down
4 changes: 2 additions & 2 deletions cmake/RECMakeOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set(RE_CMAKE_MAJOR_VERSION 1)
set(RE_CMAKE_MINOR_VERSION 5)
set(RE_CMAKE_PATCH_VERSION 1)
set(RE_CMAKE_PATCH_VERSION 2)

# 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 Expand Up @@ -76,5 +76,5 @@ set(re-logging_DOWNLOAD_URL "${re-logging_GIT_REPO}/archive/refs/tags/${re-loggi
# 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.4.0" CACHE STRING "re-mock git tag")
set(re-mock_GIT_TAG "v1.4.1" CACHE STRING "re-mock git tag")
set(re-mock_DOWNLOAD_URL "${re-mock_GIT_REPO}/archive/refs/tags/${re-mock_GIT_TAG}.zip" CACHE STRING "re-mock download url" FORCE)

0 comments on commit dc423ee

Please sign in to comment.