00001 /* 00002 || This file is part of Pike. For copyright information see COPYRIGHT. 00003 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING 00004 || for more information. 00005 || $Id: version.h,v 1.379 2005/06/03 14:34:50 nilsson Exp $ 00006 */ 00007 00008 #define PIKE_MAJOR_VERSION 7 00009 #define PIKE_MINOR_VERSION 7 00010 #define PIKE_BUILD_VERSION 21 00011 00012 /* Prototypes begin here */ 00013 void f_version(INT32 args); 00014 void push_compact_version(); 00015 /* Prototypes end here */
1.3.9.1