From fe4ea64aaa7adc8b6c8ebb286dfd42fd9b7cecb4 Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Thu, 12 Nov 2009 15:23:52 +0100 Subject: [PATCH] release number bumped to 368 by export.pike Rev: src/version.h:1.878 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 0bc39a14b7..9465465969 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.877 2009/11/10 10:09:12 distmaker Exp $ +|| $Id: version.h,v 1.878 2009/11/12 14:23:52 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 367 +#define PIKE_BUILD_VERSION 368 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab