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) 
0d34dc2014-08-10Martin Nilsson #define LOWEST_COMPAT_MAJOR 0 #define LOWEST_COMPAT_MINOR 5
6023ae1997-01-18Fredrik Hübinette (Hubbe) /* Prototypes begin here */
ba43672011-11-05Bill Welliver PMOD_EXPORT void f_version(INT32 args);
091b322005-05-27Martin Stjernholm void push_compact_version();
6023ae1997-01-18Fredrik Hübinette (Hubbe) /* Prototypes end here */