From 0b0a45a58f56b67bb9b6a78c572f487e85c76a59 Mon Sep 17 00:00:00 2001
From: Build system <distmaker@roxen.com>
Date: Thu, 5 Mar 2009 17:22:15 +0100
Subject: [PATCH] release number bumped to 172 by export.pike

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

diff --git a/src/version.h b/src/version.h
index 0a8b22d0c7..43adb80619 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.682 2009/03/04 16:42:47 distmaker Exp $
+|| $Id: version.h,v 1.683 2009/03/05 16:22:15 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 171
+#define PIKE_BUILD_VERSION 172
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab