From ac996d3a7cc1aba3ee409bf5ed8e94b2e111fd74 Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Wed, 2 Jul 2008 10:06:25 +0200 Subject: [PATCH] release number bumped to 61 by export.pike Rev: packaging/debian/changelog:1.97 Rev: src/version.h:1.415 --- 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 3235ea9882..2d9ae00f49 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.61-1) experimental; urgency=low + + * The latest cvs snapshot + + -- Marek Habersack <grendel@debian.org> Wed, 2 Jul 2008 10:06:25 +0200 + pike7.7 (7.7.60-1) experimental; urgency=low * Release number bumped by export.pike. diff --git a/src/version.h b/src/version.h index 7c7f15902a..0451f1003f 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.414 2008/07/02 08:04:35 distmaker Exp $ +|| $Id: version.h,v 1.415 2008/07/02 08:06:24 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 60 +#define PIKE_BUILD_VERSION 61 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab