From 0639cac018d990883fbfea596516e39302edb6fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mikael=20Brandstr=C3=B6m?= <mikael@brandstrom.org>
Date: Mon, 8 Apr 2002 19:35:50 +0200
Subject: [PATCH] release number bumped to 24 by export.pike

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

diff --git a/src/version.h b/src/version.h
index a90266c9cc..167c647a33 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.290 2002/04/08 17:33:37 mikael%unix.pp.se Exp $ */
+/* $Id: version.h,v 1.291 2002/04/08 17:35:50 mikael%unix.pp.se Exp $ */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 3
-#define PIKE_BUILD_VERSION 23
+#define PIKE_BUILD_VERSION 24
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab