/usr/include/pike8.0/pike/version.h is in pike8.0-dev 8.0.498-1build1.
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 | /*
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
*/
#define PIKE_MAJOR_VERSION 8
#define PIKE_MINOR_VERSION 0
#define PIKE_BUILD_VERSION 498
#define LOWEST_COMPAT_MAJOR 7
#define LOWEST_COMPAT_MINOR 6
/* Prototypes begin here */
PMOD_EXPORT void f_version(INT32 args);
void push_compact_version(void);
/* Prototypes end here */
|