diff --git a/src/version.h b/src/version.h index f8e04f35cb03048db25246bc36d1aa54ea794add..485a0ba64587895e449e873903be7e150b1cf1ff 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.151 2000/03/27 21:10:50 peter Exp $ */ +/* $Id: version.h,v 1.152 2000/03/28 21:32:45 hubbe Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 149 +#define PIKE_BUILD_VERSION 150 /* Prototypes begin here */ void f_version(INT32 args);