From fddb29956d8b861df76778660fac91de669c4724 Mon Sep 17 00:00:00 2001 From: Joshua Hursey Date: Thu, 20 May 2021 11:08:33 -0500 Subject: [PATCH] v4: Increment to v4.1 as next target Signed-off-by: Joshua Hursey --- pmix-standard.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmix-standard.tex b/pmix-standard.tex index 70180e4c..6ce85ffc 100644 --- a/pmix-standard.tex +++ b/pmix-standard.tex @@ -57,10 +57,10 @@ % Text to appear in the footer on even-numbered pages: \ifthenelse{\boolean{is_unofficial_draft}} - {\newcommand{\VER}{4.0 (Draft)} + {\newcommand{\VER}{4.1 (Draft)} \newcommand{\VERDATE}{\emph{Created on \today}} } - {\newcommand{\VER}{4.0} + {\newcommand{\VER}{4.1} \newcommand{\VERDATE}{Month Year} } \newcommand{\footerText}{PMIx Standard -- Version \VER{} -- \VERDATE}