We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba005d commit 20a9245Copy full SHA for 20a9245
pmix-standard.tex
@@ -56,11 +56,12 @@
56
\setboolean{is_unofficial_draft}{true}
57
58
% Text to appear in the footer on even-numbered pages:
59
+% Release candidates are marked as an Unofficial Draft
60
\ifthenelse{\boolean{is_unofficial_draft}}
- {\newcommand{\VER}{4.1 (Draft)}
61
+ {\newcommand{\VER}{4.2dev0 (Draft)}
62
\newcommand{\VERDATE}{\emph{Created on \today}}
63
}
- {\newcommand{\VER}{4.1}
64
+ {\newcommand{\VER}{4.2}
65
\newcommand{\VERDATE}{Month Year}
66
67
\newcommand{\footerText}{PMIx Standard -- Version \VER{} -- \VERDATE}
0 commit comments