From 3ebf4780773791a0f80198c8bb38a8ccfaa68da1 Mon Sep 17 00:00:00 2001
From: Leif Stensson <leif@lysator.liu.se>
Date: Wed, 19 Jan 2000 17:44:44 +0100
Subject: [PATCH] release number bumped to 91 by export.pike

Rev: src/version.h:1.93
---
 src/version.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/version.h b/src/version.h
index f70670e5fe..879ec6ceb6 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.92 2000/01/10 01:26:01 hubbe Exp $ */
+/* $Id: version.h,v 1.93 2000/01/19 16:44:44 leif Exp $ */
 
 #define PIKE_MAJOR_VERSION 0
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 90
+#define PIKE_BUILD_VERSION 91
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab