diff --git a/src/version.h b/src/version.h index 2ed32ffc94546635323976bc6246ac935c3de383..666f86a808f2e698cc0ccc7bf0a1260567d3f7ed 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.198 2000/09/06 01:21:13 hubbe Exp $ */ +/* $Id: version.h,v 1.199 2000/10/02 12:29:45 grubba Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 1 -#define PIKE_BUILD_VERSION 7 +#define PIKE_BUILD_VERSION 8 /* Prototypes begin here */ void f_version(INT32 args);