diff --git a/src/version.h b/src/version.h index 375cc23b63d51d77f2af79da159f433379764430..a90266c9ccb04ae92ac59b1d665b6f4c56e35a06 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.289 2002/04/07 15:18:02 nilsson Exp $ */ +/* $Id: version.h,v 1.290 2002/04/08 17:33:37 mikael%unix.pp.se Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 3 -#define PIKE_BUILD_VERSION 22 +#define PIKE_BUILD_VERSION 23 /* Prototypes begin here */ void f_version(INT32 args);