From 1645ab4df8d599cd31628f2517c2bb3a10aeda07 Mon Sep 17 00:00:00 2001
From: Build system <distmaker@roxen.com>
Date: Sat, 5 Jul 2008 14:20:27 +0200
Subject: [PATCH] release number bumped to 70 by export.pike

Rev: packaging/debian/changelog:1.106
Rev: src/version.h:1.424
---
 packaging/debian/changelog | 6 ++++++
 src/version.h              | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index fdc87a4d8a..40f0dfa7b8 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.70-1) experimental; urgency=low
+
+  * Release number bumped by export.pike.
+
+ -- Marek Habersack <grendel@debian.org>  Sat, 5 Jul 2008 14:20:26 +0200
+
 pike7.7 (7.7.69-1) experimental; urgency=low
 
   * The latest cvs snapshot
diff --git a/src/version.h b/src/version.h
index 9936afd166..21bbe1c57c 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.423 2008/07/05 11:31:57 distmaker Exp $
+|| $Id: version.h,v 1.424 2008/07/05 12:20:25 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 69
+#define PIKE_BUILD_VERSION 70
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab