diff --git a/src/version.h b/src/version.h index 72e20f4bb547486156c19a8baff8d6852ee4d9ad..bf2e6737dce1c24b6551d02c8203edcb070cdac3 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.119 2000/02/24 20:14:45 peter Exp $ */ +/* $Id: version.h,v 1.120 2000/02/24 20:16:16 peter Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 117 +#define PIKE_BUILD_VERSION 118 /* Prototypes begin here */ void f_version(INT32 args);