From 52f612d0dd725cf1f3d56343170ebbde335b2c0f Mon Sep 17 00:00:00 2001 From: Peter Bortas <zino@lysator.liu.se> Date: Sun, 1 Nov 2009 01:42:01 +0100 Subject: [PATCH] release number bumped to 360 by export.pike Rev: src/version.h:1.870 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 93b5d97ed0..6cf48bf9da 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.869 2009/10/23 17:08:44 distmaker Exp $ +|| $Id: version.h,v 1.870 2009/11/01 00:42:01 peter Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 359 +#define PIKE_BUILD_VERSION 360 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab