diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 907dba085f40e3321648aae8dfcdcd1a7a5d97a7..3235ea98823134d2942f882e69d748a2e0b09501 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pike7.7 (7.7.60-1) experimental; urgency=low + + * Release number bumped by export.pike. + + -- Marek Habersack <grendel@debian.org> Wed, 2 Jul 2008 10:04:37 +0200 + pike7.7 (7.7.59-1) experimental; urgency=low * The latest cvs snapshot diff --git a/src/version.h b/src/version.h index 350875fa78d101353445bdfd1840dc4ebfd314e8..7c7f15902a6aedbe44f3d567af2684f12cc2060a 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.413 2008/07/01 11:42:49 distmaker Exp $ +|| $Id: version.h,v 1.414 2008/07/02 08:04:35 distmaker Exp $ */ #define PIKE_MAJOR_VERSION 7 #define PIKE_MINOR_VERSION 7 -#define PIKE_BUILD_VERSION 59 +#define PIKE_BUILD_VERSION 60 /* Prototypes begin here */ void f_version(INT32 args);