Skip to content

Commit

Permalink
Merge pull request #65 from ut-issl/feature/update-c2a-version-in-ci
Browse files Browse the repository at this point in the history
Update c2a-aobc version in CI to v7.0.0
  • Loading branch information
200km authored Aug 23, 2023
2 parents 289974e + 5313a64 commit c76dfab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- 'src/**'

env:
C2A_AOBC_VERSION: v6.1.4
C2A_AOBC_VERSION: v7.0.0

jobs:
build_s2e_win:
Expand Down
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_policy(SET CMP0048 NEW)
project(S2E_AOBC
LANGUAGES CXX
DESCRIPTION "S2E_AOBC"
VERSION 4.0.0
VERSION 4.0.1
)

cmake_minimum_required(VERSION 3.13)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
- Make the `FlightSW` directory at the same directory with `s2e-aobc`
- Clone the [C2A-AOBC](https://github.com/ut-issl/c2a-aobc) repository into `FlightSW`
- Current support version: [v7.0.0](https://github.com/ut-issl/c2a-aobc/release/tag/v7.0.0)
- Current support version: [v7.0.0](https://github.com/ut-issl/c2a-aobc/releases/tag/v7.0.0)
- Directory Construction
```
- s2e-aobc
Expand Down

0 comments on commit c76dfab

Please sign in to comment.