From b9bdf39e62f5ba4c49982c13e101375e4f054b44 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Mon, 17 May 2004 20:08:11 +0200 Subject: [PATCH] release number bumped to 5 by export.pike Rev: packaging/debian/changelog:1.45 Rev: src/version.h:1.362 --- 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 f7a1b9d2f1..991bb01ff8 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.5-1) experimental; urgency=low + + * The latest cvs snapshot + + -- Marek Habersack <grendel@debian.org> Mon, 17 May 2004 20:13:37 +0200 + pike7.7 (7.7.4-1) experimental; urgency=low * Release number bumped by export.pike. diff --git a/src/version.h b/src/version.h index 61a3738fa7..b323af1053 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.361 2004/05/17 18:06:32 nilsson Exp $ +|| $Id: version.h,v 1.362 2004/05/17 18:08:09 nilsson Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 4 +#define PIKE_BUILD_VERSION 5 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab