From d4c9499c9f8350b4f3aef516876accb77fb1bc0e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 25 Oct 2023 17:12:22 +0200 Subject: [PATCH] Add the future series 3.2 With the beta release, we also have the branch to produce things from Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/web/pull/434) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 93903e9..13276df 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ OLDSERIES=1.1.1 1.1.0 1.0.2 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 OLDSERIES2=1.1.1 1.1.0 1.0.2 1.0.1 1.0.0 0.9.x ## Series for manual layouts, named similar to SERIES1, SERIES3, SERIES MANSERIES1=1.1.1 1.0.2 -MANSERIES3=3.1 3.0 +MANSERIES3=3.2 3.1 3.0 MANSERIES=$(MANSERIES3) $(MANSERIES1) ## Future series, i.e. a series that hasn't had any final release yet. @@ -52,7 +52,7 @@ MANSERIES=$(MANSERIES3) $(MANSERIES1) ## to make alpha and beta releases. ## We distinguish them to avoid having to produce notes, vulnerability ## documents, ... but still being able to present tarballs. -FUTURESERIES= +FUTURESERIES=3.2 # All simple generated files. -- 2.34.1