/usr/include/ismrmrd/version.h is in libismrmrd-dev 1.2.3-2build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #ifndef ISMRMRD_VERSION_H
#define ISMRMRD_VERSION_H
#define ISMRMRD_VERSION_MAJOR 1
#define ISMRMRD_VERSION_MINOR 2
#define ISMRMRD_VERSION_PATCH 3
#define ISMRMRD_XMLHDR_VERSION 2
#define ISMRMRD_GIT_SHA1_HASH "NA"
#endif /* ISMRMRD_VERSION_H */
|