diff --git a/src/version.h b/src/version.h index 0daac92305e9e27a5f163531e022828d3818b719..67dded7586cba90791015062b1219eeb2a0cf667 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.294 2002/04/08 21:37:29 mikael%unix.pp.se Exp $ */ +/* $Id: version.h,v 1.295 2002/04/08 21:39:24 mikael%unix.pp.se Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 3 -#define PIKE_BUILD_VERSION 27 +#define PIKE_BUILD_VERSION 28 /* Prototypes begin here */ void f_version(INT32 args);