diff --git a/src/version.h b/src/version.h index 13c3a8882cc9b547d8b41c67126075b6725361a3..fb74510a168a8039fcb61168e6345824c9fc1273 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.64 1999/10/31 10:29:32 build Exp $ */ +/* $Id: version.h,v 1.65 1999/10/31 10:31:10 build Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 62 +#define PIKE_BUILD_VERSION 63 /* Prototypes begin here */ void f_version(INT32 args);