diff --git a/src/version.h b/src/version.h index 1e115ef824a2eb0b6269eb8116e5a3abb518b8cd..6e549f394938d5c2ad34638fdac750130d4dd5ac 100644 --- a/src/version.h +++ b/src/version.h @@ -2,12 +2,12 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: version.h,v 1.513 2008/08/12 13:00:13 distmaker Exp $ +|| $Id: version.h,v 1.514 2008/08/12 13:02:53 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 2 +#define PIKE_BUILD_VERSION 3 /* Prototypes begin here */ void f_version(INT32 args);