/usr/include/ossimVersion.h is in libossim-dev 1.8.16-4ubuntu1.
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
#define OSSIM_VERSION "1.8.16"
#define OSSIM_MAJOR_VERSION_NUMBER 1
#define OSSIM_MINOR_VERSION_NUMBER 8
#define OSSIM_PATCH_VERSION_NUMBER 16
#define OSSIM_RELEASE_NUMBER 1
#define OSSIM_REVISION_NUMBER UNKNOWN
// date format = (yyyymmdd)
#define OSSIM_BUILD_DATE "04"
#endif /* End of #ifndef ossimVersion_HEADER */
|