From ec2ec8f37ac3f7f6b6938b99444cb820730f80f2 Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Fri, 1 Aug 2008 01:56:30 +0200 Subject: [PATCH] release number bumped to 143 by export.pike Rev: src/version.h:1.497 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 4dbf7cc5bb..67c750f88c 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.496 2008/07/31 23:49:36 distmaker Exp $ +|| $Id: version.h,v 1.497 2008/07/31 23:56:30 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 142 +#define PIKE_BUILD_VERSION 143 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab