From c3abeff3f65a8ad405787728ee14b08daa23c572 Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Thu, 31 Jul 2008 12:44:54 +0200 Subject: [PATCH] release number bumped to 133 by export.pike Rev: src/version.h:1.487 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 7527b4aa54..240137b3a9 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.486 2008/07/31 10:42:03 distmaker Exp $ +|| $Id: version.h,v 1.487 2008/07/31 10:44:54 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 132 +#define PIKE_BUILD_VERSION 133 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab