diff --git a/src/version.h b/src/version.h index 526a6792bf74d5b17cabd2f21e854365f61b3f6a..e8ba6f1e3f471f44030a0cbeb6fa348632dcacb4 100644 --- a/src/version.h +++ b/src/version.h @@ -4,11 +4,11 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ -/* $Id: version.h,v 1.201 2000/10/02 22:29:50 grubba Exp $ */ +/* $Id: version.h,v 1.202 2000/10/03 19:29:59 nilsson Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 1 -#define PIKE_BUILD_VERSION 10 +#define PIKE_BUILD_VERSION 11 /* Prototypes begin here */ void f_version(INT32 args);