Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
126 stars 49 forks source link

[feature-request] `netcdfcpp_meta.h` file #136

Open dmeoli opened 11 months ago

dmeoli commented 11 months ago

A netcdfcpp_meta.h in style netcdf_meta.h with the definition, between the others, of:

[ . . . ]

define NCXX_VERSION_MAJOR 4 /!< netcdf-cxx major version. /

define NCXX_VERSION_MINOR 3 /!< netcdf-cxx minor version. /

define NCXX_VERSION_PATCH 2 /!< netcdf-cxx patch version. /

define NCXX_VERSION_NOTE "" /!< netcdf-cxx note. May be blank. /

[ . . . ]

Thx.

WardF commented 11 months ago

A good idea and a feature I think we can add.