diff --git a/src/version.h b/src/version.h index a2e1c00969028ac50ced75dcdfd0fb1619706436..20de6fa4466c14d5fc2203b00ee3b0a018e8c2cf 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.16 1999/09/09 14:33:01 noring Exp $ */ +/* $Id: version.h,v 1.17 1999/09/09 14:55:17 noring Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 14 +#define PIKE_BUILD_VERSION 15 /* Prototypes begin here */ void f_version(INT32 args);