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