Skip to content

Commit

Permalink
Updated version to 1.0.2
Browse files Browse the repository at this point in the history
After some discussion we are ready to create release 1.0.2. This commit
will be used to create the tag for the release.
  • Loading branch information
etremel committed Nov 19, 2024
1 parent 22cbe3f commit b9b47c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9b47c9

Please sign in to comment.