diff --git a/src/version.h b/src/version.h index ce5c83bd5adf080db81bfb93bf1f56a55bd4f7c9..a54bbc84a4d33918cbf343178728b20fd7ee54e6 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.116 2000/02/22 22:34:20 peter Exp $ */ +/* $Id: version.h,v 1.117 2000/02/24 19:16:37 peter Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 114 +#define PIKE_BUILD_VERSION 115 /* Prototypes begin here */ void f_version(INT32 args);