From 331491cd95293910d61d5cb88ceb388ffb993b84 Mon Sep 17 00:00:00 2001 From: Fredrik Noring <noring@nocrew.org> Date: Thu, 11 May 2000 14:26:51 +0200 Subject: [PATCH] release number bumped to 1 by me. Rev: src/version.h:1.193 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index a3e2d4f0f8..fcfdc4e55c 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.192 2000/04/28 17:24:49 noring Exp $ */ +/* $Id: version.h,v 1.193 2000/05/11 12:26:51 noring Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 1 -#define PIKE_BUILD_VERSION 1 +#define PIKE_BUILD_VERSION 2 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab