From d2f13aa105615498ef9ff4523351e8a26b72a775 Mon Sep 17 00:00:00 2001
From: Build system <distmaker@roxen.com>
Date: Tue, 21 Apr 2009 18:31:28 +0200
Subject: [PATCH] release number bumped to 247 by export.pike

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

diff --git a/src/version.h b/src/version.h
index 3bb233504c..0a4faa74a2 100644
--- a/src/version.h
+++ b/src/version.h
@@ -2,12 +2,12 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: version.h,v 1.757 2009/04/21 16:29:12 distmaker Exp $
+|| $Id: version.h,v 1.758 2009/04/21 16:31:28 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 246
+#define PIKE_BUILD_VERSION 247
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab