From 8357d0608753e52df4c927c3c1cdaa267c26ff9c Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Mon, 6 Jul 2009 10:00:33 +0200 Subject: [PATCH] release number bumped to 333 by export.pike Rev: src/version.h:1.844 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 3d4f052e1b..7ad79aa727 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.843 2009/07/06 07:58:29 distmaker Exp $ +|| $Id: version.h,v 1.844 2009/07/06 08:00:33 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 332 +#define PIKE_BUILD_VERSION 333 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab