/usr/include/gmt/gmt_version.h is in libgmt-dev 4.5.12-1.
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 21 22 23 24 25 26 27 28 29 30 31 32 | /* src/gmt_version.h. Generated from gmt_version.h.in by configure. */
#define SVN_VERSION 0
#define SVN_VERSION_STRING ""
#define PACKAGE_VERSION "4.5.12"
#if SVN_VERSION
#define GMT_STRING "GMT 4.5.12 (SVN)"
#define MANDATE __DATE__
#else
#define GMT_STRING "GMT 4.5.12"
#define MANDATE "1 Mar 2014"
#endif
#ifdef __LP64__
#define GMT_VER_64 " [64-bit]"
#else
#if defined(WIN32) && defined(WINBITAGE)
# if (WINBITAGE == 64)
# define GMT_VER_64 " [Win64-bit]"
# else
# define GMT_VER_64 " [Win32-bit]"
# endif
#else
#define GMT_VER_64 ""
#endif
#endif
#define GMT_VERSION GMT_version()
#define GMT_MAJOR_VERSION 4
#define GMT_MINOR_VERSION 5
#define GMT_RELEASE_VERSION 1
#define GSHHG_VERSION "2.3.0"
|