diff --git a/src/version.h b/src/version.h index e9bcc3510b3e7bd960a49e9656f107bb54a63696..f937f9301effa1db51b32deccba169a010f78c80 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.446 2008/07/16 01:45:44 distmaker Exp $ +|| $Id: version.h,v 1.447 2008/07/16 02:52:35 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 92 +#define PIKE_BUILD_VERSION 93 /* Prototypes begin here */ void f_version(INT32 args);