From f81ff74eb8fca2f6c1566c3355579d094e9f0b0b Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:00:10 -0700 Subject: [PATCH] Bump version to 9.0.0a2 --- Changes.md | 7 ++++++- build.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 6f0de564a7..1fbd44b3f8 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -9.0.0 alpha x (relative to 9.0.0 alpha 1) +9.0.0 alpha x (relative to 9.0.0 alpha 2) +------------- + + + +9.0.0 alpha 2 (relative to 9.0.0 alpha 1) ------------- - Cortex : Updated to version 10.5.9.2. diff --git a/build.py b/build.py index 87ba209de0..2130c5cd25 100755 --- a/build.py +++ b/build.py @@ -14,7 +14,7 @@ import tarfile import zipfile -__version = "9.0.0a1" +__version = "9.0.0a2" """ Config file format