diff --git a/src/version.h b/src/version.h index f70670e5fea4388fb4e7a5887bbdbbd6ff2898b1..879ec6ceb6a1010d3a7835aaadd2b5b111702fed 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.92 2000/01/10 01:26:01 hubbe Exp $ */ +/* $Id: version.h,v 1.93 2000/01/19 16:44:44 leif Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 90 +#define PIKE_BUILD_VERSION 91 /* Prototypes begin here */ void f_version(INT32 args);