diff --git a/src/version.h b/src/version.h index 9a9558d91e3bb007bbf6ec5fa11a5d9f0eb4698c..f70670e5fea4388fb4e7a5887bbdbbd6ff2898b1 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.91 2000/01/10 01:24:03 hubbe Exp $ */ +/* $Id: version.h,v 1.92 2000/01/10 01:26:01 hubbe Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 89 +#define PIKE_BUILD_VERSION 90 /* Prototypes begin here */ void f_version(INT32 args);