/usr/include/ossim/ossimVersion.h is in libossim-dev 1.7.21-4.
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 15 16 17 18 19 20 | // Auto generated by version-config - DO NOT EDIT
#ifndef ossimVersion_HEADER
#define ossimVersion_HEADER
#include <ossim/ossimConfig.h>
#ifndef OSSIM_VERSION
# define OSSIM_VERSION "Version 1.7.21"
# define OSSIM_VERSION_NUMBER "1.7.21"
# define OSSIM_MAJOR_VERSION_NUMBER 1
# define OSSIM_MINOR_VERSION_NUMBER 7
# define OSSIM_RELEASE_NUMBER 21
#endif
// date format = (yyyymmdd)
#ifndef OSSIM_BUILD_DATE
# define OSSIM_BUILD_DATE "(20120711)"
#endif
#endif /* End of #ifndef ossimVersion_HEADER */
|