diff --git a/CHANGES.txt b/CHANGES.txt index c51475baed..bfff0ed77c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ This file lists the major changes as they appear in the stable branch. No attempt is made to keep this list accurate for the master branch. -Version 24.06.0 (June ??, 2024) +Version 24.06.0 (June 28, 2024) * Build - Minimum required C++ standard is now 17 - Embedded GASNet build in CMake now automatically enables GPU memory kinds diff --git a/VERSION b/VERSION index 4e5d7d9be8..f0213e2170 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -legion-24.03.0 +legion-24.06.0 diff --git a/tools/legion_prof_rs/Cargo.toml b/tools/legion_prof_rs/Cargo.toml index 6b1e2e0e64..c396becde5 100644 --- a/tools/legion_prof_rs/Cargo.toml +++ b/tools/legion_prof_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "legion_prof" -version = "0.2403.0" +version = "0.2406.0" authors = ["Elliott Slaughter "] description = "Legion Prof: a profiler for Legion" documentation = "https://legion.stanford.edu/profiling"