From a68a675d8258d35b0bc6de7b0aefc2a6d26f2ef8 Mon Sep 17 00:00:00 2001 From: Build system <distmaker@roxen.com> Date: Wed, 9 Jul 2008 21:55:46 +0200 Subject: [PATCH] release number bumped to 81 by export.pike Rev: packaging/debian/changelog:1.117 Rev: src/version.h:1.435 --- 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 15aa0030c2..bb01dc29af 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.81-1) experimental; urgency=low + + * The latest cvs snapshot + + -- Marek Habersack <grendel@debian.org> Wed, 9 Jul 2008 21:55:46 +0200 + pike7.7 (7.7.80-1) experimental; urgency=low * Release number bumped by export.pike. diff --git a/src/version.h b/src/version.h index bb2eb833e6..667b73daf4 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.434 2008/07/09 19:54:08 distmaker Exp $ +|| $Id: version.h,v 1.435 2008/07/09 19:55:45 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 80 +#define PIKE_BUILD_VERSION 81 /* Prototypes begin here */ void f_version(INT32 args); -- GitLab