From e96547ecb81ffd094b1865c47f0fa8f8f4767474 Mon Sep 17 00:00:00 2001
From: Fredrik Noring <noring@nocrew.org>
Date: Thu, 9 Sep 1999 16:57:02 +0200
Subject: [PATCH] release number bumped to 16 by export.pike

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

diff --git a/src/version.h b/src/version.h
index 20de6fa446..ec1a057d60 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.17 1999/09/09 14:55:17 noring Exp $ */
+/* $Id: version.h,v 1.18 1999/09/09 14:57:02 noring Exp $ */
 
 #define PIKE_MAJOR_VERSION 0
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 15
+#define PIKE_BUILD_VERSION 16
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab