From 924de198f76eff3223b0131f5121b0dac55e8ac1 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Wed, 18 May 2005 00:47:39 +0200 Subject: [PATCH] release number bumped to 18 by export.pike Rev: packaging/debian/changelog:1.59 Rev: src/version.h:1.375 --- 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 7822c3f404..e571a32f68 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.18-1) experimental; urgency=low + + * Release number bumped by export.pike. + + -- Marek Habersack <grendel@debian.org> Wed, 18 May 2005 0:57:01 +0200 + pike7.7 (7.7.17-1) experimental; urgency=low * The latest cvs snapshot diff --git a/src/version.h b/src/version.h index b4a4c137b3..21c1866f3f 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.374 2005/05/09 12:31:28 nilsson Exp $ +|| $Id: version.h,v 1.375 2005/05/17 22:47:36 nilsson Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 17 +#define PIKE_BUILD_VERSION 18 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab