From ec642474d642a2bb68314f5b81d410a34b6e1fd5 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Mon, 17 May 2004 20:06:34 +0200
Subject: [PATCH] release number bumped to 4 by export.pike

Rev: packaging/debian/changelog:1.44
Rev: src/version.h:1.361
---
 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 1281ebfbd5..f7a1b9d2f1 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+pike7.7 (7.7.4-1) experimental; urgency=low
+
+  * Release number bumped by export.pike.
+
+ -- Marek Habersack <grendel@debian.org>  Mon, 17 May 2004 20:12:00 +0200
+
 pike7.7 (7.7.3-2) experimental; urgency=low
 
   * Better dependencies for the GL libraries
diff --git a/src/version.h b/src/version.h
index 3b78c0e1a6..61a3738fa7 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.360 2004/04/26 00:49:06 nilsson Exp $
+|| $Id: version.h,v 1.361 2004/05/17 18:06:32 nilsson Exp $
 */
 
 #define PIKE_MAJOR_VERSION 7
 #define PIKE_MINOR_VERSION 7
-#define PIKE_BUILD_VERSION 3
+#define PIKE_BUILD_VERSION 4
 
 /* Prototypes begin here */
 void f_version(INT32 args);
-- 
GitLab