1
  
2
  
3
  
4
  
5
  
6
  
7
  
8
  
9
  
10
  
11
  
12
  
13
  
14
  
15
  
16
  
/*\ 
||| 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.325 2002/10/08 20:22:27 nilsson Exp $ 
\*/ 
 
#define PIKE_MAJOR_VERSION 7 
#define PIKE_MINOR_VERSION 3 
#define PIKE_BUILD_VERSION 56 
 
/* Prototypes begin here */ 
void f_version(INT32 args); 
/* Prototypes end here */