From 40d672eb461d737d238a79fa221bcd73f12ae385 Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Thu, 26 Aug 2010 13:32:58 +0200 Subject: [PATCH] release number bumped to 467 by export.pike Rev: src/version.h:1.977 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 7c03baf45f..d20130a097 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.976 2010/08/26 11:21:23 distmaker Exp $ +|| $Id: version.h,v 1.977 2010/08/26 11:32:58 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 466 +#define PIKE_BUILD_VERSION 467 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab