diff --git a/src/version.h b/src/version.h index f96b6c11ed6a8e6937058ae0f34c6d791ab76ffa..526a6792bf74d5b17cabd2f21e854365f61b3f6a 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.200 2000/10/02 12:56:24 grubba Exp $ */ +/* $Id: version.h,v 1.201 2000/10/02 22:29:50 grubba Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 1 -#define PIKE_BUILD_VERSION 9 +#define PIKE_BUILD_VERSION 10 /* Prototypes begin here */ void f_version(INT32 args);