From 8dc29613752d4c41e515fb3194e09dce2a2bcc9d Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Tue, 1 Jul 2008 13:42:50 +0200 Subject: [PATCH] release number bumped to 59 by export.pike Rev: packaging/debian/changelog:1.95 Rev: src/version.h:1.413 --- 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 994e5d3f05..907dba085f 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.59-1) experimental; urgency=low + + * The latest cvs snapshot + + -- Marek Habersack <grendel@debian.org> Tue, 1 Jul 2008 13:42:50 +0200 + pike7.7 (7.7.58-1) experimental; urgency=low * Release number bumped by export.pike. diff --git a/src/version.h b/src/version.h index 1183123c54..350875fa78 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.412 2008/07/01 11:39:51 distmaker Exp $ +|| $Id: version.h,v 1.413 2008/07/01 11:42:49 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 58 +#define PIKE_BUILD_VERSION 59 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab