From 452f14c1214540cc0ad35bfd419f9bd0deb8bfc5 Mon Sep 17 00:00:00 2001 From: Peter Bortas <zino@lysator.liu.se> Date: Wed, 10 Dec 2008 01:25:36 +0100 Subject: [PATCH] release number bumped to 98 by export.pike Rev: src/version.h:1.609 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index cc15cc347f..89cbecbabc 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.608 2008/12/09 18:29:55 distmaker Exp $ +|| $Id: version.h,v 1.609 2008/12/10 00:25:36 peter Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 8 -#define PIKE_BUILD_VERSION 97 +#define PIKE_BUILD_VERSION 98 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab