From dee6768a100560bbbc26f6fe84bf3f8b8d274575 Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Fri, 6 Feb 2009 20:12:57 +0100 Subject: [PATCH] release number bumped to 133 by export.pike Rev: src/version.h:1.644 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index e5fb53db3c..3cb99fbb02 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.643 2009/02/06 19:09:17 distmaker Exp $ +|| $Id: version.h,v 1.644 2009/02/06 19:12:57 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 132 +#define PIKE_BUILD_VERSION 133 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab