Commit 11bb276 1 parent e10dc98 commit 11bb276 Copy full SHA for 11bb276
File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 54
54
#define ESMF_VERSION_MINOR 4
55
55
#define ESMF_VERSION_REVISION 2
56
56
#define ESMF_VERSION_PATCHLEVEL 2
57
- #define ESMF_VERSION_PUBLIC 'F '
58
- #define ESMF_VERSION_BETASNAPSHOT 'T '
57
+ #define ESMF_VERSION_PUBLIC 'T '
58
+ #define ESMF_VERSION_BETASNAPSHOT 'F '
59
59
60
- #define ESMF_VERSION_STRING "8.4.2 beta snapshot "
60
+ #define ESMF_VERSION_STRING "8.4.2"
61
61
62
62
#endif // ESMC_MACROS_H
63
63
Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ module ESMF_UtilTypesMod
85
85
integer , parameter :: ESMF_VERSION_MINOR = 4
86
86
integer , parameter :: ESMF_VERSION_REVISION = 2
87
87
integer , parameter :: ESMF_VERSION_PATCHLEVEL = 2
88
- logical , parameter :: ESMF_VERSION_PUBLIC = .false .
89
- logical , parameter :: ESMF_VERSION_BETASNAPSHOT = .true .
88
+ logical , parameter :: ESMF_VERSION_PUBLIC = .true .
89
+ logical , parameter :: ESMF_VERSION_BETASNAPSHOT = .false .
90
90
91
- character (* ), parameter :: ESMF_VERSION_STRING = " 8.4.2 beta snapshot "
91
+ character (* ), parameter :: ESMF_VERSION_STRING = " 8.4.2"
92
92
93
93
#if defined (ESMF_NETCDF)
94
94
logical , parameter :: ESMF_IO_NETCDF_PRESENT = .true.
Original file line number Diff line number Diff line change 17
17
\addtolength{\oddsidemargin}{-.75in}
18
18
\newcommand{\mytitle}{\Large {\bf Building a NUOPC Model}}
19
19
\newcommand{\myauthors}{\large {\it Content Standards Committee (CSC) Members}}
20
- \newcommand{\myversion}{ESMF 8.4.2 beta snapshot }
20
+ \newcommand{\myversion}{ESMF 8.4.2}
21
21
% set a standard paragraph style
22
22
\setlength{\parskip}{0pt}
23
23
\setlength{\parindent}{0pt}
Original file line number Diff line number Diff line change 17
17
\addtolength{\oddsidemargin}{-.75in}
18
18
\newcommand{\mytitle}{\Large {\bf NUOPC Layer Reference}}
19
19
\newcommand{\myauthors}{\large {\it Content Standards Committee (CSC) Members}}
20
- \newcommand{\myversion}{ESMF 8.4.2 beta snapshot }
20
+ \newcommand{\myversion}{ESMF 8.4.2}
21
21
% set a standard paragraph style
22
22
\setlength{\parskip}{0pt}
23
23
\setlength{\parindent}{0pt}
Original file line number Diff line number Diff line change 14
14
\newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}}
15
15
\newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}}
16
16
\newcommand{\mytitle}{\longname \docmttype ~~}
17
- \newcommand{\myversion}{Version 8.4.2 beta snapshot }
17
+ \newcommand{\myversion}{Version 8.4.2}
18
18
19
19
\newenvironment
20
20
{reqlist}
Original file line number Diff line number Diff line change 15
15
\newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}}
16
16
\newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}}
17
17
\newcommand{\mytitle}{\longname \docmttype ~~}
18
- \newcommand{\myversion}{Version 8.4.2 beta snapshot }
18
+ \newcommand{\myversion}{Version 8.4.2}
19
19
20
20
\input{common_commands}
21
21
Original file line number Diff line number Diff line change 14
14
\newcommand{\sreq}[1]{\subsection{\hspace{.2in}#1}}
15
15
\newcommand{\ssreq}[1]{\subsubsection{\hspace{.2in}#1}}
16
16
\newcommand{\mytitle}{\longname \docmttype ~~}
17
- \newcommand{\myversion}{Version 8.4.2 beta snapshot }
17
+ \newcommand{\myversion}{Version 8.4.2}
18
18
19
19
\newenvironment
20
20
{reqlist}
You can’t perform that action at this time.
0 commit comments