e576bb | /* || 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. */ | |||
b8cda2 | ||||
fd6022 | #define PIKE_MAJOR_VERSION 8 #define PIKE_MINOR_VERSION 0 #define PIKE_BUILD_VERSION 1 | |||
24ddc7 | ||||
6023ae | /* Prototypes begin here */ | |||
ba4367 | PMOD_EXPORT void f_version(INT32 args); | |||
091b32 | void push_compact_version(); | |||
6023ae | /* Prototypes end here */ |