Skip to content

Commit 20a9245

Browse files
committed
VERSION: Prepare for the v4.2 release
Signed-off-by: Joshua Hursey <[email protected]>
1 parent 7ba005d commit 20a9245

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pmix-standard.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@
5656
\setboolean{is_unofficial_draft}{true}
5757

5858
% Text to appear in the footer on even-numbered pages:
59+
% Release candidates are marked as an Unofficial Draft
5960
\ifthenelse{\boolean{is_unofficial_draft}}
60-
{\newcommand{\VER}{4.1 (Draft)}
61+
{\newcommand{\VER}{4.2dev0 (Draft)}
6162
\newcommand{\VERDATE}{\emph{Created on \today}}
6263
}
63-
{\newcommand{\VER}{4.1}
64+
{\newcommand{\VER}{4.2}
6465
\newcommand{\VERDATE}{Month Year}
6566
}
6667
\newcommand{\footerText}{PMIx Standard -- Version \VER{} -- \VERDATE}

0 commit comments

Comments
 (0)