Skip to content

Commit

Permalink
[Release] bump version to 1.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hanskw-weston committed Jun 10, 2024
1 parent 7fb542a commit a25ef90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "**"

env:
VERSION: "1.3.*"
VERSION: "1.4.*"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'main'

env:
TAG_VERSION: "1.3.x"
TAG_VERSION: "1.4.x"

jobs:
tag-release:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR}
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_BINDIR})

## Find wrp_sdk and its dependent package wrp_zbus
find_package(wrp_sdk 1.3.0...<1.4.0 REQUIRED)
find_package(wrp_sdk 1.4.0...<1.5.0 REQUIRED)

find_package(PkgConfig REQUIRED)
pkg_check_modules(LelyIO QUIET IMPORTED_TARGET liblely-io2)
Expand Down

0 comments on commit a25ef90

Please sign in to comment.