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