diff --git a/src/version.h b/src/version.h index a9f771e58fd957c499b2721b5c4c0ca88f85bb25..3aa2d81820cc42cb5f832e29d85f2cb69ef3d743 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.153 2000/03/28 21:36:25 hubbe Exp $ */ +/* $Id: version.h,v 1.154 2000/03/29 11:56:45 grubba Exp $ */ -#define PIKE_MAJOR_VERSION 0 -#define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 151 +#define PIKE_MAJOR_VERSION 7 +#define PIKE_MINOR_VERSION 0 +#define PIKE_BUILD_VERSION 1 /* Prototypes begin here */ void f_version(INT32 args);