From e5d3df1f60a82f949b81207452981cdc694d03ef Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Wed, 8 Dec 2004 01:06:42 +0100 Subject: [PATCH] release number bumped to 12 by export.pike Rev: packaging/debian/changelog:1.53 Rev: src/version.h:1.369 --- 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 d113c210c1..7669461974 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.12-1) experimental; urgency=low + + * Release number bumped by export.pike. + + -- Marek Habersack <grendel@debian.org> Wed, 8 Dec 2004 1:06:41 +0100 + pike7.7 (7.7.11-1) experimental; urgency=low * The latest cvs snapshot diff --git a/src/version.h b/src/version.h index 09a4b7d6c9..5e629d198e 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.368 2004/10/30 12:22:14 mast Exp $ +|| $Id: version.h,v 1.369 2004/12/08 00:06:40 nilsson Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 11 +#define PIKE_BUILD_VERSION 12 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab