diff --git a/src/version.h b/src/version.h index 371396e44f82bb6ba1d3b07f664ec6d45f44da74..2b22b718fc49b2cb018e12eeb724228e06b0ee6f 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.136 2000/03/22 01:37:23 peter Exp $ */ +/* $Id: version.h,v 1.137 2000/03/24 20:13:24 peter Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 134 +#define PIKE_BUILD_VERSION 135 /* Prototypes begin here */ void f_version(INT32 args);