/usr/include/dolfin/common/version.h is in libdolfin-dev 2017.2.0.post0-2.
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 11 12 | #ifndef __DOLFIN_VERSION_H
#define __DOLFIN_VERSION_H
#define DOLFIN_VERSION_RELEASE 1
#define DOLFIN_VERSION_MAJOR 2017
#define DOLFIN_VERSION_MINOR 2
#define DOLFIN_VERSION_MICRO 0
#define DOLFIN_VERSION_STRING "2017.2.0"
#define DOLFIN_VERSION_GIT "unknown"
#define UFC_SIGNATURE "fdd1870ed47e8aa6565e0fd101a23a90c45b2afd"
#endif
|