Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
f05ff817
Commit
f05ff817
authored
Jun 13, 2019
by
Mark OLESEN
Committed by
Andrew Heather
Jun 13, 2019
Browse files
CONFIG: bump API to 1906 (pre-release)
- adjust copyright dates for manpages
parent
b01611a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
META-INFO/api-info
View file @
f05ff817
api=190
4
api=190
6
patch=0
src/OpenFOAM/global/argList/argListHelp.C
View file @
f05ff817
...
...
@@ -33,6 +33,12 @@ License
namespace
Foam
{
// Convert api number (YYMM) -> 20YY. Eg, 1906 -> 2019
static
inline
int
apiYear
()
{
return
2000
+
(
foamVersion
::
api
/
100
);
}
// manpage Footer
static
inline
void
printManFooter
()
{
...
...
@@ -40,7 +46,7 @@ static inline void printManFooter()
<<
"Online documentation "
<<
"https://www.openfoam.com/documentation/"
<<
nl
<<
".SH COPYRIGHT"
<<
nl
<<
"Copyright
\\
(co 2018 OpenCFD Ltd."
<<
nl
;
<<
"Copyright
\\
(co 2018
-"
<<
apiYear
()
<<
"
OpenCFD Ltd."
<<
nl
;
}
...
...
wmake/rules/General/general
View file @
f05ff817
#-------------------------------*- makefile -*---------------------------------
WM_VERSION
=
OPENFOAM
=
190
4
WM_VERSION
=
OPENFOAM
=
190
6
AR
=
ar
ARFLAGS
=
cr
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment