diff --git a/src/version.h b/src/version.h index 2dfe2f1eefcf158b8dddec2128151dfa4a391009..b6859e326a0e2c5d7195bc8ff403317e4c37b61b 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.97 2000/02/02 04:40:55 peter Exp $ */ +/* $Id: version.h,v 1.98 2000/02/02 04:42:19 peter Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 95 +#define PIKE_BUILD_VERSION 96 /* Prototypes begin here */ void f_version(INT32 args);