diff --git a/src/version.h b/src/version.h index f9f3625841f1b234ead0a8fd4034e92e233720d8..a2cddc5811c27c438ca5f6c98f66c334880653ea 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.148 2000/03/27 20:12:37 hubbe Exp $ */ +/* $Id: version.h,v 1.149 2000/03/27 20:15:03 hubbe Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 146 +#define PIKE_BUILD_VERSION 147 /* Prototypes begin here */ void f_version(INT32 args);