From 5ecf3bc610aa81dec6dae0612a484f720c60d66c Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Tue, 12 Aug 2008 15:02:53 +0200 Subject: [PATCH] release number bumped to 3 by export.pike Rev: src/version.h:1.514 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 1e115ef824..6e549f3949 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.513 2008/08/12 13:00:13 distmaker Exp $ +|| $Id: version.h,v 1.514 2008/08/12 13:02:53 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 2 +#define PIKE_BUILD_VERSION 3 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab