diff --git a/src/version.h b/src/version.h index 4f96954cb77ed4a33f8fe3c4ef8ff13a04a38ac1..5a248d8ba7eac2715ff0693de47602c6e5daf0de 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.492 2008/07/31 19:49:40 distmaker Exp $ +|| $Id: version.h,v 1.493 2008/07/31 19:51:31 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 138 +#define PIKE_BUILD_VERSION 139 /* Prototypes begin here */ void f_version(INT32 args);