File: version.in

package info (click to toggle)
ismrmrd 1.14.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,564 kB
  • sloc: cpp: 6,439; ansic: 2,276; xml: 1,025; sh: 187; python: 72; makefile: 42
file content (11 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#ifndef ISMRMRD_VERSION_H
#define ISMRMRD_VERSION_H

#define ISMRMRD_VERSION_MAJOR @ISMRMRD_VERSION_MAJOR@
#define ISMRMRD_VERSION_MINOR @ISMRMRD_VERSION_MINOR@
#define ISMRMRD_VERSION_PATCH @ISMRMRD_VERSION_PATCH@
#define ISMRMRD_XMLHDR_VERSION @ISMRMRD_VERSION_MINOR@
#define ISMRMRD_GIT_SHA1_HASH "@ISMRMRD_GIT_SHA1@"
#define ISMRMRD_DATASET_SUPPORT @ISMRMRD_DATASET_SUPPORT@

#endif /* ISMRMRD_VERSION_H */