e576bb2002-10-11Martin Nilsson /* || 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. */
b8cda21997-01-21Fredrik Hübinette (Hubbe) 
fd60222013-11-16Henrik Grubbström (Grubba) #define PIKE_MAJOR_VERSION 8 #define PIKE_MINOR_VERSION 0
2f80eb2014-05-16Martin Nilsson #define PIKE_BUILD_VERSION 3
24ddc71998-03-28Henrik Grubbström (Grubba) 
c2c9322014-08-10Martin Nilsson #define LOWEST_COMPAT_MAJOR 7
067ddd2014-08-11Martin Nilsson #define LOWEST_COMPAT_MINOR 2
0d34dc2014-08-10Martin Nilsson 
6023ae1997-01-18Fredrik Hübinette (Hubbe) /* Prototypes begin here */
ba43672011-11-05Bill Welliver PMOD_EXPORT void f_version(INT32 args);
3b54e52014-08-21Martin Nilsson void push_compact_version(void);
6023ae1997-01-18Fredrik Hübinette (Hubbe) /* Prototypes end here */