From 2168d12a5d621fd885674a184ee8310f42f7649e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bouteiller?= Date: Thu, 11 Apr 2024 04:56:47 -0400 Subject: [PATCH] v4.2: Update version markers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bouteiller --- Makefile | 4 ++-- pmix-standard.tex | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f3be2837..2ae3d294 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # Makefile for the PMIx Standard document in LaTex format. # For more information, see the master document, pmix-standard.tex. -version=4.0 -OPENPMIX_BRANCH ?= "v4.0" +version=4.2 +OPENPMIX_BRANCH ?= "v4.2" all: pmix-standard.pdf check diff --git a/pmix-standard.tex b/pmix-standard.tex index ea3cf087..23dd5bae 100644 --- a/pmix-standard.tex +++ b/pmix-standard.tex @@ -58,11 +58,11 @@ % Text to appear in the footer on even-numbered pages: % Release candidates are marked as an Unofficial Draft \ifthenelse{\boolean{is_unofficial_draft}} - {\newcommand{\VER}{4.2dev0 (Draft)} + {\newcommand{\VER}{4.2dev1 (Draft)} \newcommand{\VERDATE}{\emph{Created on \today}} } - {\newcommand{\VER}{4.2} - \newcommand{\VERDATE}{Month Year} + {\newcommand{\VER}{4.2rc2} + \newcommand{\VERDATE}{April 2024} } \newcommand{\footerText}{PMIx Standard -- Version \VER{} -- \VERDATE}