Skip to content

Commit

Permalink
Merge pull request #83 from ut-issl/hotfix/fix-c2a-aobc-url-in-readme
Browse files Browse the repository at this point in the history
[Hotfix] Fix c2a-aobc URL in readme
  • Loading branch information
200km authored Oct 18, 2023
2 parents b02da50 + 814e59e commit f8744fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 5.0.0
VERSION 5.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 @@ -65,7 +65,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: [v8.0.0](https://github.com/ut-issl/c2a-aobc/release/tag/v8.0.0)
- Current support version: [v8.0.0](https://github.com/ut-issl/c2a-aobc/releases/tag/v8.0.0)
- Directory Construction
```
- s2e-aobc
Expand Down

0 comments on commit f8744fc

Please sign in to comment.