diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 0b0d82c8957bb506bb80b0962956db90f8b9574f..c7c4271ae6bc9dcd55526868b0531b0066841209 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.78-1) experimental; urgency=low + + * Release number bumped by export.pike. + + -- Marek Habersack <grendel@debian.org> Wed, 9 Jul 2008 19:36:25 +0200 + pike7.7 (7.7.77-1) experimental; urgency=low * The latest cvs snapshot diff --git a/src/version.h b/src/version.h index e861b8a7c408b1f360759de3d180ab5f6775302d..7cdb77683cd96a22b97733170ec4b3db36703654 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.431 2008/07/09 14:07:43 distmaker Exp $ +|| $Id: version.h,v 1.432 2008/07/09 17:36:24 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 77 +#define PIKE_BUILD_VERSION 78 /* Prototypes begin here */ void f_version(INT32 args);