diff --git a/packaging/debian/changelog b/packaging/debian/changelog index ec5eca807aed87c2a8ba6711a713191eb3c22a30..700f22ae8e7062df784202a3a86c0becf8302c42 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.74-1) experimental; urgency=low + + * Release number bumped by export.pike. + + -- Marek Habersack <grendel@debian.org> Wed, 9 Jul 2008 14:27:57 +0200 + pike7.7 (7.7.73-1) experimental; urgency=low * The latest cvs snapshot diff --git a/src/version.h b/src/version.h index c55cf41491306c51b615fea99f25ea5efe90cd9f..3f529730ae1d93f9e8b4169d3cecd5490ab67827 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.427 2008/07/08 17:06:00 distmaker Exp $ +|| $Id: version.h,v 1.428 2008/07/09 12:27:56 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 73 +#define PIKE_BUILD_VERSION 74 /* Prototypes begin here */ void f_version(INT32 args);