diff --git a/src/version.h b/src/version.h index e2fedf7ac1c9d2dd1e920524086bbe7939b11054..a492abd9a70b0867da9f72b666ac4ddfdaf076ce 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.80 1999/11/13 17:27:21 build Exp $ */ +/* $Id: version.h,v 1.81 1999/11/13 17:28:34 build Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 78 +#define PIKE_BUILD_VERSION 79 /* Prototypes begin here */ void f_version(INT32 args);