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