From e1e86313e87b6879484cfdba9b4b5663de0d7cc3 Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Thu, 31 Jul 2008 21:51:31 +0200 Subject: [PATCH] release number bumped to 139 by export.pike Rev: src/version.h:1.493 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 4f96954cb7..5a248d8ba7 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.492 2008/07/31 19:49:40 distmaker Exp $ +|| $Id: version.h,v 1.493 2008/07/31 19:51:31 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 138 +#define PIKE_BUILD_VERSION 139 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab