diff --git a/src/version.h b/src/version.h index 9465465969a7e007045b032f07de1bbc39bf847b..6155171df7f211092ff3dfa64f2096229942276d 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.878 2009/11/12 14:23:52 distmaker Exp $ +|| $Id: version.h,v 1.879 2009/11/12 14:27:02 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 368 +#define PIKE_BUILD_VERSION 369 /* Prototypes begin here */ void f_version(INT32 args);