From d0fb90927a9a8e00de20b4164d168442b97ef836 Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Wed, 13 Aug 2008 17:43:51 +0200 Subject: [PATCH] release number bumped to 7 by export.pike Rev: src/version.h:1.518 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 21d26537f8..94634ddeed 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.517 2008/08/13 15:40:13 distmaker Exp $ +|| $Id: version.h,v 1.518 2008/08/13 15:43:51 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 6 +#define PIKE_BUILD_VERSION 7 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab