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