From db1d4b1459518840ddbb7aa2da684c5764b29a0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mikael=20Brandstr=C3=B6m?= <mikael@brandstrom.org>
Date: Mon, 8 Apr 2002 23:42:40 +0200
Subject: [PATCH] release number bumped to 29 by export.pike

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

diff --git a/src/version.h b/src/version.h
index 67dded7586..a9f674ca32 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.295 2002/04/08 21:39:24 mikael%unix.pp.se Exp $ */
+/* $Id: version.h,v 1.296 2002/04/08 21:42:40 mikael%unix.pp.se Exp $ */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 3
-#define PIKE_BUILD_VERSION 28
+#define PIKE_BUILD_VERSION 29
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab