/usr/include/ossim/ossimVersion.h is in libossim-dev 1.8.20.3+ds-5+b1.
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 13 14 | #ifndef ossimVersion_HEADER
#define ossimVersion_HEADER 1
#define OSSIM_VERSION "1.8.20"
#define OSSIM_MAJOR_VERSION_NUMBER 1
#define OSSIM_MINOR_VERSION_NUMBER 8
#define OSSIM_PATCH_VERSION_NUMBER 20
#define OSSIM_RELEASE_NUMBER 1
#define OSSIM_REVISION_NUMBER "UNKNOWN"
// date format = (yyyymmdd)
#define OSSIM_BUILD_DATE "20160705"
#endif /* End of #ifndef ossimVersion_HEADER */
|