diff --git a/src/version.h b/src/version.h index 7c03baf45f0c101e8bdeffbf4464a8b0e2ca8966..d20130a097107e02ef2bd686812a6618ffcec0fe 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.976 2010/08/26 11:21:23 distmaker Exp $ +|| $Id: version.h,v 1.977 2010/08/26 11:32:58 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 466 +#define PIKE_BUILD_VERSION 467 /* Prototypes begin here */ void f_version(INT32 args);