From 8bd13680b52b7fcabc0f71991294aaea1186cf75 Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Fri, 4 Jul 2008 15:12:33 +0200 Subject: [PATCH] release number bumped to 64 by export.pike Rev: packaging/debian/changelog:1.100 Rev: src/version.h:1.418 --- 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 238329b219..7efc9e8d9a 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.64-1) experimental; urgency=low + + * Release number bumped by export.pike. + + -- Marek Habersack <grendel@debian.org> Fri, 4 Jul 2008 15:12:33 +0200 + pike7.7 (7.7.63-1) experimental; urgency=low * The latest cvs snapshot diff --git a/src/version.h b/src/version.h index dcd1cc1b1b..0f3801e12a 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.417 2008/07/02 13:06:02 distmaker Exp $ +|| $Id: version.h,v 1.418 2008/07/04 13:12:32 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 63 +#define PIKE_BUILD_VERSION 64 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab