diff --git a/src/version.h b/src/version.h index 7392798ba6a8831c531a7504db538f4025cb9998..4ed855769b01744bd8c00f95559f44b2e1695ab3 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.489 2008/07/31 14:12:51 distmaker Exp $ +|| $Id: version.h,v 1.490 2008/07/31 15:26:27 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 135 +#define PIKE_BUILD_VERSION 136 /* Prototypes begin here */ void f_version(INT32 args);