From 1f371f4ebf5740a66591719dc7052c756127d38f Mon Sep 17 00:00:00 2001 From: John Haddon Date: Fri, 21 Feb 2020 15:56:49 +0000 Subject: [PATCH] Bump version to 1.1.0 and update Changes --- Changes | 5 +++++ build.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d0840e533a..b436ae7ae4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +1.1.0 +----- + +- Cortex : Updated to version 10.0.0-a74. + 1.0.0 ----- diff --git a/build.py b/build.py index c3e1c9d14a..a1b3bb5081 100755 --- a/build.py +++ b/build.py @@ -14,7 +14,7 @@ import tarfile import zipfile -__version = "1.0.0" +__version = "1.1.0" def __globalVariables( buildDir ) :