diff --git a/src/version.h b/src/version.h index e7ce33d20a0b26de567edd07e0ba298213c961ef..cc7cb2af13fb0d503c449d6a023294841e5faab9 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.39 1999/10/09 22:28:44 noring Exp $ */ +/* $Id: version.h,v 1.40 1999/10/09 22:29:58 noring Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 37 +#define PIKE_BUILD_VERSION 38 /* Prototypes begin here */ void f_version(INT32 args);