From 30de6b15f4e9f5248acbc1e1a1f3edcec7df9bba Mon Sep 17 00:00:00 2001 From: Fredrik Noring <noring@nocrew.org> Date: Thu, 9 Sep 1999 16:55:17 +0200 Subject: [PATCH] release number bumped to 15 by export.pike Rev: src/version.h:1.17 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index a2e1c00969..20de6fa446 100644 --- a/src/version.h +++ b/src/version.h @@ -4,11 +4,11 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ -/* $Id: version.h,v 1.16 1999/09/09 14:33:01 noring Exp $ */ +/* $Id: version.h,v 1.17 1999/09/09 14:55:17 noring Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 14 +#define PIKE_BUILD_VERSION 15 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab