From b9b47c9b8ad74ec38b4465f1afb83c3831a3deb2 Mon Sep 17 00:00:00 2001 From: Edward Tremel Date: Tue, 19 Nov 2024 11:34:49 -0500 Subject: [PATCH] Updated version to 1.0.2 After some discussion we are ready to create release 1.0.2. This commit will be used to create the tag for the release. --- CMakeLists.txt | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec1bcb62..2283d07b 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.0.1) -set(cascade_build_VERSION 1.0.1) +set(cascade_VERSION 1.0.2) +set(cascade_build_VERSION 1.0.2) # C++ STANDARD set(CMAKE_CXX_STANDARD 17) diff --git a/README.md b/README.md index d7c72dfe..89c7f5a6 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ We recommend coordinating with [Weijia Song](mailto:songweijia@gmail.com) if you | --- | --- | | `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) | -| `master` HEAD | [v2.4.1](https://github.com/Derecho-Project/derecho/releases/tag/v2.4.1) | +| `v1.0.2` | [v2.4.1](https://github.com/Derecho-Project/derecho/releases/tag/v2.4.1) | ## Build Cascade 1) Download Cascade Source Code