diff --git a/src/version.h b/src/version.h index 4ed855769b01744bd8c00f95559f44b2e1695ab3..67ac768c2e1ada7500d25d742a4f97531074088a 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.490 2008/07/31 15:26:27 distmaker Exp $ +|| $Id: version.h,v 1.491 2008/07/31 15:28:22 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 136 +#define PIKE_BUILD_VERSION 137 /* Prototypes begin here */ void f_version(INT32 args);