Skip to content
Snippets Groups Projects
Commit 083e9e96 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: isolate version information in foamVersion names instead of globals

- For compatibility, access to the old global names is provided via
  macros
        #define FOAMversion     foamVersion::version
        #define FOAMbuild       foamVersion::build
        #define FOAMbuildArch   foamVersion::buildArch

- this isolation makes it easier to provide additional scoped methods
  for dealing with version related information.  Eg, printBuildInfo()
parent 0cae54b3
Branches
Tags
No related merge requests found
Showing
with 157 additions and 90 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment