diff --git a/src/version.h b/src/version.h index ff050bfeca22bbb3aa132604a96631ddc24e7148..58e9f6fb6de3cb569565b020f88329bdad1918bd 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.129 2000/03/19 15:10:11 peter Exp $ */ +/* $Id: version.h,v 1.130 2000/03/19 15:10:41 peter Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 127 +#define PIKE_BUILD_VERSION 128 /* Prototypes begin here */ void f_version(INT32 args);