diff --git a/src/version.h b/src/version.h index d6c8009b0e4a2c98aaca9241094ff717cd7cb7f2..5824394be1930aee924b7e510271af305b52d047 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.35 1999/09/23 12:06:47 noring Exp $ */ +/* $Id: version.h,v 1.36 1999/09/23 12:08:15 noring Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 33 +#define PIKE_BUILD_VERSION 34 /* Prototypes begin here */ void f_version(INT32 args);