From a33d0232a80b3a64be1453606e37886c5a217c0c Mon Sep 17 00:00:00 2001
From: Build system <distmaker@roxen.com>
Date: Wed, 4 Mar 2009 15:54:27 +0100
Subject: [PATCH] release number bumped to 169 by export.pike

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

diff --git a/src/version.h b/src/version.h
index 92d4be20f2..801f9a85f7 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.679 2009/03/04 14:50:38 distmaker Exp $
+|| $Id: version.h,v 1.680 2009/03/04 14:54:27 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 8
-#define PIKE_BUILD_VERSION 168
+#define PIKE_BUILD_VERSION 169
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab