diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 706eafe8795e598d584a2df472134806fa357134..01405136c81a0dcbbd495644d3ddc6613fda3e44 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.86-1) experimental; urgency=low + + * Release number bumped by export.pike. + + -- Marek Habersack <grendel@debian.org> Fri, 11 Jul 2008 17:51:44 +0200 + pike7.7 (7.7.85-1) experimental; urgency=low * The latest cvs snapshot diff --git a/src/version.h b/src/version.h index c048fb783976f76db8a0079f3f0c9d3ffcf40eda..557ad5579a2fe1434315d3ca85eca8209dd54871 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.439 2008/07/10 16:58:20 distmaker Exp $ +|| $Id: version.h,v 1.440 2008/07/11 15:51:43 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 85 +#define PIKE_BUILD_VERSION 86 /* Prototypes begin here */ void f_version(INT32 args);