diff --git a/src/version.h b/src/version.h index 43adb80619e754b4fb2d761c2821cc5c6ef3c207..04d4029356b8621088d38499af3e09ee48c0f109 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.683 2009/03/05 16:22:15 distmaker Exp $ +|| $Id: version.h,v 1.684 2009/03/05 16:24:27 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 172 +#define PIKE_BUILD_VERSION 173 /* Prototypes begin here */ void f_version(INT32 args);