diff --git a/packaging/debian/changelog b/packaging/debian/changelog index fc56ebcb4b277ccef388926b9a24a12fe5dfb7cc..fd611ee9a2ee42b428c1c04dd4f77338954c165a 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.68-1) experimental; urgency=low + + * Release number bumped by export.pike. + + -- Marek Habersack <grendel@debian.org> Sat, 5 Jul 2008 13:29:59 +0200 + pike7.7 (7.7.67-1) experimental; urgency=low * The latest cvs snapshot diff --git a/src/version.h b/src/version.h index 41bb9efa9f785e0ec19be1ded9f1383b4ddec924..261f6a01a0f4166fc3e8fd9514496221e707c2b5 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.421 2008/07/05 10:14:18 distmaker Exp $ +|| $Id: version.h,v 1.422 2008/07/05 11:29:58 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 67 +#define PIKE_BUILD_VERSION 68 /* Prototypes begin here */ void f_version(INT32 args);