diff --git a/src/version.h b/src/version.h index 93b5d97ed06eb1f6556ade36df12bdb321bd4800..6cf48bf9dae9185fc13c81e5dc310b9fcc5fc118 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.869 2009/10/23 17:08:44 distmaker Exp $ +|| $Id: version.h,v 1.870 2009/11/01 00:42:01 peter Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 359 +#define PIKE_BUILD_VERSION 360 /* Prototypes begin here */ void f_version(INT32 args);