From 6843e2faa50bf945baa4cc8886d9c17dc779d3fa Mon Sep 17 00:00:00 2001
From: Peter Bortas <zino@lysator.liu.se>
Date: Sat, 19 Sep 2009 12:33:42 +0200
Subject: [PATCH] release number bumped to 351 by export.pike

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

diff --git a/src/version.h b/src/version.h
index fa7784887c..8416b1a180 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.860 2009/09/19 10:31:54 peter Exp $
+|| $Id: version.h,v 1.861 2009/09/19 10:33:42 peter Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 350
+#define PIKE_BUILD_VERSION 351
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab