diff --git a/packaging/debian/changelog b/packaging/debian/changelog index f8279a33ec33bf81c8d2d22c1ba690e3b2285843..819d8d4490d5339e0ffe93a8182a4030a7476a72 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.66-1) experimental; urgency=low + + * Release number bumped by export.pike. + + -- Marek Habersack <grendel@debian.org> Sat, 5 Jul 2008 12:12:13 +0200 + pike7.7 (7.7.65-1) experimental; urgency=low * The latest cvs snapshot diff --git a/src/version.h b/src/version.h index d6dda397c451dadfdb574ccb4d4e0a07c869db35..fb6bb1835f029cb00c2579c59e7236625445e53f 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.419 2008/07/04 13:14:29 distmaker Exp $ +|| $Id: version.h,v 1.420 2008/07/05 10:12:12 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 65 +#define PIKE_BUILD_VERSION 66 /* Prototypes begin here */ void f_version(INT32 args);