Select Git revision
version.h 430 B
/*\
||| This file a part of Pike, and is copyright by Fredrik Hubinette
||| Pike is distributed as GPL (General Public License)
||| See the files COPYING and DISCLAIMER for more information.
\*/
/* $Id: version.h,v 1.148 2000/03/27 20:12:37 hubbe Exp $ */
#define PIKE_MAJOR_VERSION 0
#define PIKE_MINOR_VERSION 7
#define PIKE_BUILD_VERSION 146
/* Prototypes begin here */
void f_version(INT32 args);
/* Prototypes end here */