From 15f3f821b5eb48a4439a6cae45031ea9096efd0c Mon Sep 17 00:00:00 2001
From: Build system <distmaker@roxen.com>
Date: Thu, 10 Jul 2008 13:52:04 +0200
Subject: [PATCH] release number bumped to 82 by export.pike

Rev: packaging/debian/changelog:1.118
Rev: src/version.h:1.436
---
 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 bb01dc29af..5998309a55 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.82-1) experimental; urgency=low
+
+  * Release number bumped by export.pike.
+
+ -- Marek Habersack <grendel@debian.org>  Thu, 10 Jul 2008 13:52:04 +0200
+
 pike7.7 (7.7.81-1) experimental; urgency=low
 
   * The latest cvs snapshot
diff --git a/src/version.h b/src/version.h
index 667b73daf4..6093022d41 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.435 2008/07/09 19:55:45 distmaker Exp $
+|| $Id: version.h,v 1.436 2008/07/10 11:52:03 distmaker Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 81
+#define PIKE_BUILD_VERSION 82
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab