From ca7b9ec58af41fea87f250a0355cb6e92f12cc29 Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Sat, 14 Oct 2023 21:08:39 +0200 Subject: [PATCH 1/2] Fix c2a-aobc v8.0.0 release URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92e91ec..b4c9d75 100644 --- a/README.md +++ b/README.md @@ -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 From 814e59e4e0b7c115eb502fe4e9b457ff22437d6b Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Sat, 14 Oct 2023 21:09:12 +0200 Subject: [PATCH 2/2] Update version to v5.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abd479e..26b20e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)