From 9ec6521a531aa2d13c59147ae07e22648c59817f Mon Sep 17 00:00:00 2001 From: Fredrik Noring <noring@nocrew.org> Date: Sun, 10 Oct 1999 00:29:58 +0200 Subject: [PATCH] release number bumped to 38 by export.pike Rev: src/version.h:1.40 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index e7ce33d20a..cc7cb2af13 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.39 1999/10/09 22:28:44 noring Exp $ */ +/* $Id: version.h,v 1.40 1999/10/09 22:29:58 noring Exp $ */ #define PIKE_MAJOR_VERSION 0 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 37 +#define PIKE_BUILD_VERSION 38 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab