HDFGroup / hdf4

Official HDF4 Library Repository
Other
12 stars 24 forks source link

Moved libver symbols to hdf.h #580

Closed derobins closed 5 months ago

derobins commented 5 months ago

The following symbols have been moved from hfile.h (now hfile_priv.h) to hdf.h:

    LIBVER_MAJOR
    LIBVER_MINOR
    LIBVER_RELEASE
    LIBVER_SUBRELEASE
    LIBVER_STRING
    LIBVSTR_LEN
    LIBVER_LEN
derobins commented 5 months ago

wtf is wrong with CMake? This is a trivial change.