diff --git a/src/version.h b/src/version.h index 7527b4aa54d0c34a56af09a7e1a9c789260d9eb5..240137b3a944f73e33a657b30dd998df8bed96f7 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.486 2008/07/31 10:42:03 distmaker Exp $ +|| $Id: version.h,v 1.487 2008/07/31 10:44:54 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 132 +#define PIKE_BUILD_VERSION 133 /* Prototypes begin here */ void f_version(INT32 args);