diff --git a/src/version.h b/src/version.h index a5c35b7e857264184912d20431985e7fa77fb61d..1a185b6c409bd3fcfae4a0d2a54be3c96ccd56eb 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.71 1999/11/10 10:52:34 build Exp $ */ +/* $Id: version.h,v 1.72 1999/11/11 18:16:05 build Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 69 +#define PIKE_BUILD_VERSION 70 /* Prototypes begin here */ void f_version(INT32 args);