diff --git a/src/version.h b/src/version.h index 859319ed56e445ab89774bb62fcc5a68f76fff52..f326882e8075647576dad704c8dab8fc6962f3f4 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.109 2000/02/14 22:31:45 peter Exp $ */ +/* $Id: version.h,v 1.110 2000/02/14 22:32:38 peter Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 107 +#define PIKE_BUILD_VERSION 108 /* Prototypes begin here */ void f_version(INT32 args);