From b61eb04a5faf9d957c611b2adf7db07d5149fd68 Mon Sep 17 00:00:00 2001 From: Weijia Song Date: Thu, 9 May 2024 16:43:10 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e51bfa03..6be218a4 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,11 @@ We recommend coordinating with [Weijia Song](mailto:songweijia@gmail.com) if you - Python 3.8 or newer and [pybind11](https://github.com/pybind/pybind11) (Optional for Python API) - OpenJDK 11.06 or newer. On Ubuntu, use `apt install openjdk-11-jdk` to install it. (Optional for Java API) - .NET Framework 6x. Please follow the instructions from Microsoft to install it based on Linux distro [here](https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu). (Optional for C\# API) -- Derecho v2.4.0 Plesae follow this [document](http://github.com/Derecho-Project/derecho) to install Derecho. Note: this cascade version replies on Derecho commit 45d81d0 on the master branch. +- Derecho. Plesae follow this [document](http://github.com/Derecho-Project/derecho) to install Derecho. Please follow the following Derecho/Cascade compatible table to choose the compatible derecho version: + +| Cascade | Derecho | +| --- | --- | +| `v1.0.0` | [Commit 982f54a on `master`](https://github.com/Derecho-Project/derecho/commit/982f54a28ae62e85772cb4f071c46c138fd95016) | ## Build Cascade 1) Download Cascade Source Code From 8792bffe619169185a07bcafe66627f010f59d80 Mon Sep 17 00:00:00 2001 From: Weijia Song Date: Thu, 9 May 2024 17:17:09 -0400 Subject: [PATCH 2/2] update version to v1.0.1 --- CMakeLists.txt | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1003bccb..c91f7411 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,8 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON) project(cascade CXX) # Version -set(cascade_VERSION 1.0rc0) -set(cascade_build_VERSION 1.0rc0) +set(cascade_VERSION 1.0.1) +set(cascade_build_VERSION 1.0.1) # C++ STANDARD set(CMAKE_CXX_STANDARD 17) diff --git a/README.md b/README.md index 6be218a4..fae5a0cb 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ We recommend coordinating with [Weijia Song](mailto:songweijia@gmail.com) if you | Cascade | Derecho | | --- | --- | | `v1.0.0` | [Commit 982f54a on `master`](https://github.com/Derecho-Project/derecho/commit/982f54a28ae62e85772cb4f071c46c138fd95016) | +| `v1.0.1` | [v2.4.0](https://github.com/Derecho-Project/derecho/releases/tag/v2.4.0) | ## Build Cascade 1) Download Cascade Source Code