diff --git a/src/version.h b/src/version.h index 08cd30ec5a8a48b6dc370c6d0e6d3f68fe6300d2..1e115ef824a2eb0b6269eb8116e5a3abb518b8cd 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.512 2008/08/12 01:02:22 peter Exp $ +|| $Id: version.h,v 1.513 2008/08/12 13:00:13 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 1 +#define PIKE_BUILD_VERSION 2 /* Prototypes begin here */ void f_version(INT32 args);