From 055aec77d84a19e019f9866e482c801f1dbf727a Mon Sep 17 00:00:00 2001 From: Guy Scharf Date: Sat, 31 Oct 2020 09:07:22 -0700 Subject: [PATCH] Name VERSION as 1.2.1-alpha.0 We don't know what the next release number will be but are setting it above 1.2.0 so that anyone who downloads the repository will know the HEAD is above 1.2.0. --- oscar/VERSION | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oscar/VERSION b/oscar/VERSION index 19c04ec9..de526223 100644 --- a/oscar/VERSION +++ b/oscar/VERSION @@ -1,5 +1,4 @@ // Update the string below to set OSCAR's version and release status. // See https://semver.org/spec/v2.0.0.html for details on format. -#define VERSION "1.2.0" - +#define VERSION "1.2.1-alpha.0"