Skip to content

Commit cfa8808

Browse files
committed
v4.2rc3
1 parent e26ceec commit cfa8808

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

TitlePage.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
\vfill
3838

3939
\begin{adjustwidth}{0pt}{1em}\setlength{\parskip}{0.25\baselineskip}%
40-
Copyright \textsuperscript{\textcopyright} 2018-2020 PMIx \acf{ASC}.\\
40+
Copyright \textsuperscript{\textcopyright} 2018-2024 PMIx \acf{ASC}.\\
4141
Permission to copy without fee all or part of this material is granted,
4242
provided the PMIx \ac{ASC} copyright notice and
4343
the title of this document appear, and notice is given that copying is by

pmix-standard.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@
5353
\usepackage[us,24hr]{datetime}
5454
\usepackage{ifthen}
5555
\newboolean{is_unofficial_draft}
56-
\setboolean{is_unofficial_draft}{true}
56+
\setboolean{is_unofficial_draft}{false}
5757

5858
% Text to appear in the footer on even-numbered pages:
5959
% Release candidates are marked as an Unofficial Draft
6060
\ifthenelse{\boolean{is_unofficial_draft}}
6161
{\newcommand{\VER}{4.2dev1 (Draft)}
6262
\newcommand{\VERDATE}{\emph{Created on \today}}
6363
}
64-
{\newcommand{\VER}{4.2rc2}
65-
\newcommand{\VERDATE}{April 2024}
64+
{\newcommand{\VER}{4.2rc3}
65+
\newcommand{\VERDATE}{May 2024}
6666
}
6767
\newcommand{\footerText}{PMIx Standard -- Version \VER{} -- \VERDATE}
6868

0 commit comments

Comments
 (0)