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. || $Id: version.h,v 1.326 2002/10/11 01:39:39 nilsson Exp $ */ | |||
b8cda2 | ||||
d0a0f0 | #define PIKE_MAJOR_VERSION 7 | |||
297e68 | #define PIKE_MINOR_VERSION 3 | |||
663b7a | #define PIKE_BUILD_VERSION 56 | |||
24ddc7 | ||||
6023ae | /* Prototypes begin here */ void f_version(INT32 args); /* Prototypes end here */ |