diff --git a/src/version.h b/src/version.h index 89cbecbabc20d0108da7c2d0f5d62257b74ad5ff..2d373e3607badcc3e732ca1c99bfcf1ee60a5d91 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.609 2008/12/10 00:25:36 peter Exp $ +|| $Id: version.h,v 1.610 2008/12/10 00:44:49 peter Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 98 +#define PIKE_BUILD_VERSION 99 /* Prototypes begin here */ void f_version(INT32 args);