Skip to content

Commit

Permalink
VERSION: we do not plan on 4.3, but lets make sure we never reuse 4.2
Browse files Browse the repository at this point in the history
ever again.
  • Loading branch information
abouteiller committed May 27, 2024
1 parent 879a583 commit d2592b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for the PMIx Standard document in LaTex format.
# For more information, see the master document, pmix-standard.tex.

version=4.2
version=4.3dev
OPENPMIX_BRANCH ?= "v4.2"

all: pmix-standard.pdf check
Expand Down
10 changes: 5 additions & 5 deletions pmix-standard.tex
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
\usepackage[us,24hr]{datetime}
\usepackage{ifthen}
\newboolean{is_unofficial_draft}
\setboolean{is_unofficial_draft}{false}
\setboolean{is_unofficial_draft}{true}

% 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.2dev1 (Draft)}
\newcommand{\VERDATE}{\emph{Created on \today}}
{\newcommand{\VER}{4.3dev0 (Draft)}
\newcommand{\VERDATE}{DRAFT \emph{Created on \today}}
}
{\newcommand{\VER}{4.2}
\newcommand{\VERDATE}{May 2024}
{\newcommand{\VER}{4.3}
\newcommand{\VERDATE}{TBD}
}
\newcommand{\footerText}{PMIx Standard -- Version \VER{} -- \VERDATE}

Expand Down

0 comments on commit d2592b4

Please sign in to comment.